From c4cf7d63ed15c30793802841641b3ae514d78c48 Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Fri, 10 Nov 2023 16:53:52 -0500 Subject: [PATCH] move AD types from rustc_middle to rustc_ast --- .github/workflows/enzyme-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/enzyme-ci.yml b/.github/workflows/enzyme-ci.yml index 4064d4709a5ed..edc48879479e8 100644 --- a/.github/workflows/enzyme-ci.yml +++ b/.github/workflows/enzyme-ci.yml @@ -1,6 +1,6 @@ name: Rust CI -on: +on: push: branches: - master @@ -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: @@ -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