-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
Description
Hi there — we're trying to upgrade to 0.8.1. Unfortunately we're getting failures in CI about files being too big.
I see there's Windows CI on this repo, so I'm unsure why it's hitting PRQL but not here.
For context
- We first saw an error on the
msvc
toolchainD:\a\prql\prql\target\x86_64-pc-windows-msvc\debug\deps\integration-bada33bd8ffe8f7b.exe : fatal error LNK1180: insufficient disk space to complete link
- After seeing https://stackoverflow.com/a/68596301, we tried switching to the
gnu
toolchain, but also see an errorwarning: C:\Users\RUNNER~1\AppData\Local\Temp\ccXJpLZD.s: Fatal error: D:\a\prql\prql\target\x86_64-pc-windows-gnu\debug\build\libduckdb-sys-e63aefa3250cb202\out\duckdb/third_party/fastpforlib/bitpacking.o: file too big
Do you have any thoughts? Happy to wait to see whether other dependencies see similar errors.