File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : Rust CI
22
3- on :
3+ on :
44 push :
55 branches :
66 - master
1313 build :
1414 name : Rust Integration CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} ${{ matrix.os }}
1515 runs-on : ${{ matrix.os }}
16-
16+
1717 strategy :
1818 fail-fast : false
1919 matrix :
2929 run : |
3030 mkdir build
3131 cd build
32- ../configure --enable-llvm-link-shared --enable-llvm-plugins --enable-llvm-enzyme --release-channel=nightly --enable-llvm-assertions --enable-clang --enable- lld --enable-option-checking --enable-ninja --disable-docs
32+ ../configure --enable-llvm-link-shared --enable-llvm-plugins --enable-llvm-enzyme --release-channel=nightly --enable-llvm-assertions --enable-lld --enable-option-checking --enable-ninja --disable-docs
3333 ../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc
3434 rustup toolchain link enzyme `pwd`/build/`rustup target list --installed`/stage1
3535 rustup toolchain install nightly # enables -Z unstable-options
You can’t perform that action at this time.
0 commit comments