Skip to content

Commit dec7141

Browse files
committed
CI: Run clang-tidy on hipsycl:ubuntu23.04-latest; bump to v0.14.0
We haven't built ubuntu22.04-latest in a while; this just worked by accident. Also update clang-tidy-review to v0.14.0, as installing v0.9.0's pip dependencies is broken on Ubuntu 23.04 somehow.
1 parent 71d095b commit dec7141

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/celerity_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
container:
5959
# We could run this for more than one implementation,
6060
# but would likely end up with mostly duplicate diagnostics.
61-
image: ghcr.io/celerity/celerity-build/hipsycl:ubuntu22.04-latest
61+
image: ghcr.io/celerity/celerity-build/hipsycl:ubuntu23.04-latest
6262
volumes:
6363
- ccache:/ccache
6464
credentials:
@@ -82,10 +82,10 @@ jobs:
8282
run: |
8383
git clone https://github.com/ZedThree/clang-tidy-review.git
8484
cd clang-tidy-review
85-
git checkout v0.9.0
86-
pip install -r ./requirements.txt
85+
git checkout v0.14.0
86+
pip install --break-system-packages ./post/clang_tidy_review/
8787
cd ${{ env.container-workspace }}
88-
python3 ${{ env.build-dir }}/clang-tidy-review/review.py \
88+
python3 ${{ env.build-dir }}/clang-tidy-review/post/clang_tidy_review/clang_tidy_review/review.py \
8989
--clang_tidy_binary=clang-tidy \
9090
--token=${{ github.token }} \
9191
--repo=${{ github.repository }} \

0 commit comments

Comments
 (0)