We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194caf5 commit 8a851eaCopy full SHA for 8a851ea
.github/workflows/cd.yml
@@ -55,6 +55,7 @@ jobs:
55
SCCACHE_GHA_ENABLED: "true"
56
# todo-zm: remove conditional once https://github.com/Mozilla-Actions/sccache-action/issues/189 is resolved
57
RUSTC_WRAPPER: ${{ matrix.platform != 'windows-11-arm' && 'sccache' || '' }}
58
+ RUSTFLAGS: -Ctarget-feature=+crt-static
59
60
steps:
61
- uses: actions/checkout@v4
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
# - name: lint todo-zm: bring this back
# run: cargo clippy -- -D warnings
- name: build
- run: cargo build --target ${{ matrix.arch }}
+ run: cargo build
env:
RUST_BACKTRACE: full
62
- name: test
0 commit comments