Skip to content

Commit

Permalink
Update enzyme-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 authored Mar 30, 2024
1 parent 3fbad1c commit fc56411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enzyme-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mkdir -p build
cd build
rm -f config.toml
../configure --enable-llvm-link-shared --enable-llvm-enzyme --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 --use-lld=true --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
Expand Down

0 comments on commit fc56411

Please sign in to comment.