File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -310,10 +310,7 @@ jobs:
310
310
cd datafusion-cli
311
311
cargo test --lib --tests --bins --all-features
312
312
env :
313
- # do not produce debug symbols to keep memory usage down
314
- # use higher optimization level to overcome Windows rust slowness for tpc-ds
315
- # and speed builds: https://github.com/apache/arrow-datafusion/issues/8696
316
- # Cargo profile docs https://doc.rust-lang.org/cargo/reference/profiles.html?profile-settings#profile-settings
313
+ # Minimize producing debug symbols to keep memory usage down
317
314
# Set debuginfo=line-tables-only as debuginfo=0 causes immensely slow build
318
315
# See for more details: https://github.com/rust-lang/rust/issues/119560
319
316
RUSTFLAGS : " -C debuginfo=line-tables-only"
You can’t perform that action at this time.
0 commit comments