From 6514caa88d17e6004678607c7ea9a82976f65444 Mon Sep 17 00:00:00 2001 From: comphead Date: Tue, 10 Dec 2024 13:48:00 -0800 Subject: [PATCH] CI: Windows compilation time --- .github/workflows/rust.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2612903ccd44d..7db2ea4d55bd8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -52,9 +52,8 @@ jobs: shell: bash run: | export PATH=$PATH:$HOME/d/protoc/bin - export RUSTFLAGS="-C codegen-units=256 -C link-arg=-fuse-ld=lld -C target-cpu=native -C incremental=true -C debuginfo=line-tables-only -C opt-level=3" echo $RUSTFLAGS - cargo test --lib --tests --bins --features avro,json,backtrace + cargo test --lib --tests --bins --features avro,json,backtrace --profile release-nonlto cd datafusion-cli - cargo test --lib --tests --bins --all-features + cargo test --lib --tests --bins --all-features --profile release-nonlto