Skip to content

Commit

Permalink
move AD types from rustc_middle to rustc_ast
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 committed Nov 11, 2023
1 parent 50a8258 commit c4cf7d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/enzyme-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Rust CI

on:
on:
push:
branches:
- master
Expand All @@ -13,7 +13,7 @@ jobs:
build:
name: Rust Integration CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
mkdir build
cd build
../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
../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
../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc
rustup toolchain link enzyme `pwd`/build/`rustup target list --installed`/stage1
rustup toolchain install nightly # enables -Z unstable-options
Expand Down

0 comments on commit c4cf7d6

Please sign in to comment.