Commit 30072de
fix(ci): override target-cpu=native that breaks macOS CI
The .cargo/config.toml has target-cpu=native which causes ring crate
to fail on GitHub runners due to CPU feature detection mismatches.
Set RUSTFLAGS="" in CI to override.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7221fe9 commit 30072de
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments