Commit 53f158b
fix(ci): override RUSTFLAGS for audit job to fix stable toolchain compatibility (#439)
The global RUSTFLAGS env var sets -Zthreads=32 which is a nightly-only flag.
This breaks the security audit job which uses stable Rust to install and run
cargo-audit. The fix overrides RUSTFLAGS to empty string for the audit job,
allowing cargo-audit to be installed with the stable toolchain.
Co-authored-by: Droid Agent <droid@factory.ai>1 parent 51eac1d commit 53f158b
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
273 | 276 | | |
274 | 277 | | |
275 | 278 | | |
| |||
0 commit comments