Skip to content

Commit

Permalink
Update github actions (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Dec 25, 2022
1 parent 997e8df commit 4cc3434
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 25 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bcload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
sudo sed -i 's/add_executable(llvm-omp-device-info IMPORTED)//g' /usr/lib/llvm-${{matrix.llvm}}/lib/cmake/llvm/LLVMExports*.cmake
sudo sed -i 's/llvm-omp-device-info//g' /usr/lib/llvm-${{matrix.llvm}}/lib/cmake/llvm/LLVMExports*.cmake
fi
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/checkout@v3
- name: mkdir
run: cd enzyme && rm -rf build && mkdir build
- name: cmake
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
sudo sed -i 's/add_executable(llvm-omp-device-info IMPORTED)//g' /usr/lib/llvm-${{matrix.llvm}}/lib/cmake/llvm/LLVMExports*.cmake
sudo sed -i 's/llvm-omp-device-info//g' /usr/lib/llvm-${{matrix.llvm}}/lib/cmake/llvm/LLVMExports*.cmake
fi
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/checkout@v3
- name: mkdir
run: cd enzyme && rm -rf build && mkdir build
- name: cmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: mattnotmitt/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/enzyme-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sudo sed -i 's/add_executable(llvm-omp-device-info IMPORTED)//g' /usr/lib/llvm-${{matrix.llvm}}/lib/cmake/llvm/LLVMExports*.cmake
sudo sed -i 's/llvm-omp-device-info//g' /usr/lib/llvm-${{matrix.llvm}}/lib/cmake/llvm/LLVMExports*.cmake
fi
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: mkdir
run: cd enzyme && rm -rf build && mkdir build
- name: cmake
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
brew install llvm@${{ matrix.llvm }} autoconf make cmake gcc libtool
sudo python3 -m pip install --upgrade pip setuptools
sudo python3 -m pip install lit requests
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: mkdir
run: cd enzyme && rm -rf build && mkdir build
- name: cmake
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
brew install llvm@${{ matrix.llvm }} autoconf make cmake gcc libtool
sudo python3 -m pip install --upgrade pip setuptools
sudo python3 -m pip install lit
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: mkdir
run: cd enzyme && rm -rf build && mkdir build
- name: cmake
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/enzyme-julia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- x64
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: 'wsmoses/Enzyme.jl'
path: ./jl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/enzyme-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
sudo rm -f /etc/apt/sources.list.d/*llvm*.list
sudo apt-get update
sudo apt-get install -y ninja-build git autoconf cmake gcc g++ libtool gfortran python3 python3-dev
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: 'llvm/Polygeist'
path: 'Polygeist'
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: 'enzyme/Enzyme'
exclude: './CMakeLists.txt enzyme/Enzyme/SCEV'
style: 'llvm'
clangFormatVersion: 11
clangFormatVersion: 11
8 changes: 3 additions & 5 deletions .github/workflows/tagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}
repository: JuliaPackaging/Yggdrasil

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: 'JuliaPackaging/Yggdrasil'
fetch-depth: 1
path: ygg

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
path: enz
path: enz
- name: replace
run: |
cd ygg
Expand Down

0 comments on commit 4cc3434

Please sign in to comment.