From 9ec11394556c7db454a69183d15fa36524380b78 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Mon, 15 Apr 2024 16:04:17 +0200 Subject: [PATCH] Update enzyme-ci.yml --- .github/workflows/enzyme-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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