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.
2 parents 040b17b + d13709b commit fe83991Copy full SHA for fe83991
.github/workflows/ci.yml
@@ -48,6 +48,9 @@ jobs:
48
- name: Enable type layout randomization
49
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
50
if: matrix.rust == 'nightly'
51
+ - name: Disable rust-lld
52
+ run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
53
+ if: matrix.rust == 'nightly'
54
- run: cargo check --manifest-path tests/crate/Cargo.toml
55
- run: cargo test -p linkme -p linkme-impl
56
# windows-gnu: https://github.com/dtolnay/linkme/issues/25
0 commit comments