Skip to content

Commit

Permalink
CI: Windows compilation time
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Dec 15, 2024
1 parent 48a5ea5 commit 410bc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
run: |
export PATH=$PATH:$HOME/d/protoc/bin
lld-link --version
# export RUSTFLAGS=$RUSTFLAGS" -C link-arg=-fuse-ld=lld -C target-cpu=native -C opt-level=1"
# export RUSTFLAGS=$RUSTFLAGS" -C link-arg=-fuse-ld=lld -C target-cpu=native -C opt-level=1 -C lto=false"
echo $RUSTFLAGS
rustup show
cargo test --lib --tests --bins --features avro,json,backtrace --release
cargo test --lib --tests --bins --features avro,json,backtrace
cd datafusion-cli
cargo test --lib --tests --bins --all-features

0 comments on commit 410bc6b

Please sign in to comment.