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 f868b74 commit 1390b22Copy full SHA for 1390b22
.github/workflows/ci.yml
@@ -40,6 +40,8 @@ env:
40
CARGO_INCREMENTAL: 0
41
SCCACHE_GHA_ENABLED: "true"
42
RUSTC_WRAPPER: "sccache"
43
+ # Override .cargo/config.toml target-cpu=native to prevent SIGILL on different runners
44
+ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS: ""
45
46
jobs:
47
# ===========================================================================
0 commit comments