Skip to content

Commit c4cf7d6

Browse files
committed
move AD types from rustc_middle to rustc_ast
1 parent 50a8258 commit c4cf7d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/enzyme-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Rust CI
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -13,7 +13,7 @@ jobs:
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:
@@ -29,7 +29,7 @@ jobs:
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

0 commit comments

Comments
 (0)