Skip to content

Commit 9ec1139

Browse files
authored
Update enzyme-ci.yml
1 parent 84fe269 commit 9ec1139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enzyme-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
rm -f config.toml
5656
alias lld=lld-17
5757
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
58+
../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
5959
../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc
6060
rustup toolchain link enzyme build/host/stage1
6161
- name: checkout Enzyme/rustbook

0 commit comments

Comments
 (0)