Skip to content

Commit c00250e

Browse files
authored
fix ci (#119)
1 parent c9b28e7 commit c00250e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enzyme-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
mkdir -p build
7575
cd build
7676
rm -f config.toml
77-
../configure --enable-llvm-link-shared --enable-llvm-enzyme --set=rust.use-lld=true --release-channel=nightly --enable-llvm-assertions --enable-option-checking --enable-ninja --disable-docs
77+
../configure --enable-llvm-link-shared --enable-llvm-plugins --enable-llvm-enzyme --set=rust.use-lld=true --release-channel=nightly --enable-llvm-assertions --enable-option-checking --enable-ninja --disable-docs
7878
../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc
7979
rustup toolchain link enzyme build/host/stage1
8080
- name: checkout Enzyme/rustbook

0 commit comments

Comments
 (0)