We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530b1a5 commit 2de5c2eCopy full SHA for 2de5c2e
.github/workflows/ci.yml
@@ -126,7 +126,11 @@ jobs:
126
path: /tmp/
127
- run: chmod +x /tmp/cross
128
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
129
- - run: ci/test.bash /tmp/cross ${{ matrix.target }}
+ - run: |
130
+ if ${{ matrix.channel }} == "nightly" then
131
+ export RUSTFLAGS='-Z linker-features=-lld'
132
+ fi
133
+ ci/test.bash /tmp/cross ${{ matrix.target }}
134
135
strategy:
136
fail-fast: false
0 commit comments