File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ on: [push]
55env :
66 CARGO_TERM_COLOR : always
77 CARGOFLAGS : --workspace --all-targets --all-features --release
8+ # Use conservative CPU features for CI compatibility (no AVX-512)
9+ RUSTFLAGS : -C target-cpu=x86-64-v2
810
911jobs :
1012 build :
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ on: [push]
55env :
66 CARGO_TERM_COLOR : always
77 CARGOFLAGS : --workspace --all-targets --all-features
8+ # Use conservative CPU features for CI compatibility (no AVX-512)
9+ RUSTFLAGS : -C target-cpu=x86-64-v2
810
911jobs :
1012 formatting :
6668
6769 - name : Run cargo-udeps
6870 env :
69- RUSTFLAGS : -A warnings
71+ RUSTFLAGS : -A warnings -C target-cpu=x86-64-v2
7072 uses : aig787/cargo-udeps-action@v1
7173 with :
7274 version : " latest"
Original file line number Diff line number Diff line change 44 push :
55 branches : [ main ]
66
7+ env :
8+ # Use conservative CPU features for CI compatibility (no AVX-512)
9+ RUSTFLAGS : -C target-cpu=x86-64-v2
10+
711jobs :
812 gate-count :
913 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments