Skip to content

Commit fe83991

Browse files
authored
Merge pull request #88 from dtolnay/rustlld
Disable rust-lld in CI
2 parents 040b17b + d13709b commit fe83991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Enable type layout randomization
4949
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
5050
if: matrix.rust == 'nightly'
51+
- name: Disable rust-lld
52+
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
53+
if: matrix.rust == 'nightly'
5154
- run: cargo check --manifest-path tests/crate/Cargo.toml
5255
- run: cargo test -p linkme -p linkme-impl
5356
# windows-gnu: https://github.com/dtolnay/linkme/issues/25

0 commit comments

Comments
 (0)