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 13, 2024
1 parent e13ab87 commit 14feca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-windows-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ runs:
run: |
# Avoid self update to avoid CI failures: https://github.com/apache/datafusion/issues/9653
rustup toolchain install stable --no-self-update
rustup default stable
rustup component add rustfmt
rustup component add llvm-tools-preview
rustup target add x86_64-pc-windows-msvc
- name: Configure rust runtime env
uses: ./.github/actions/setup-rust-runtime
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
lld-link --version
echo $RUSTFLAGS
rustup show
cargo test --lib --tests --bins --features avro,json,backtrace --profile=release-windows --target x86_64-pc-windows-msvc
cargo test --lib --tests --bins --features avro,json,backtrace --profile=release-windows
cd datafusion-cli
cargo test --lib --tests --bins --all-features --profile=release-windows --target x86_64-pc-windows-msvc
cargo test --lib --tests --bins --all-features --profile=release-windows

0 comments on commit 14feca8

Please sign in to comment.