We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1967d commit a955f13Copy full SHA for a955f13
.github/workflows/ci.yml
@@ -22,6 +22,8 @@ env:
22
CARGO_INCREMENTAL: 0
23
SCCACHE_GHA_ENABLED: "true"
24
RUSTC_WRAPPER: "sccache"
25
+ # Override .cargo/config.toml target-cpu=native to prevent SIGILL on different runners
26
+ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS: ""
27
28
jobs:
29
# ===========================================================================
0 commit comments