diff --git a/.github/workflows/enzyme-ci.yml b/.github/workflows/enzyme-ci.yml index 53389998427d8..8a0d4faeadbbe 100644 --- a/.github/workflows/enzyme-ci.yml +++ b/.github/workflows/enzyme-ci.yml @@ -55,7 +55,7 @@ jobs: rm -f config.toml alias lld=lld-17 alias ld=lld-17 - ../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 ../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc rustup toolchain link enzyme build/host/stage1 - name: checkout Enzyme/rustbook