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 1
1
name : Rust CI
2
2
3
- on :
3
+ on :
4
4
push :
5
5
branches :
6
6
- master
13
13
build :
14
14
name : Rust Integration CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} ${{ matrix.os }}
15
15
runs-on : ${{ matrix.os }}
16
-
16
+
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
29
29
run : |
30
30
mkdir build
31
31
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
33
33
../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc
34
34
rustup toolchain link enzyme `pwd`/build/`rustup target list --installed`/stage1
35
35
rustup toolchain install nightly # enables -Z unstable-options
You can’t perform that action at this time.
0 commit comments