Skip to content

Commit

Permalink
Update enzyme-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Apr 15, 2024
1 parent 84fe269 commit 9ec1139
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 @@ -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
Expand Down

0 comments on commit 9ec1139

Please sign in to comment.