We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fe269 commit 9ec1139Copy full SHA for 9ec1139
.github/workflows/enzyme-ci.yml
@@ -55,7 +55,7 @@ jobs:
55
rm -f config.toml
56
alias lld=lld-17
57
alias ld=lld-17
58
- ../configure --enable-llvm-link-shared --enable-llvm-enzyme --set=rust.use-lld=self-contained --release-channel=nightly --enable-llvm-assertions --enable-option-checking --enable-ninja --disable-docs
+ ../configure --enable-llvm-link-shared --enable-llvm-enzyme --set=rust.lld=true --set=rust.use-lld=self-contained --release-channel=nightly --enable-llvm-assertions --enable-option-checking --enable-ninja --disable-docs
59
../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc
60
rustup toolchain link enzyme build/host/stage1
61
- name: checkout Enzyme/rustbook
0 commit comments