Skip to content

Commit e25f904

Browse files
committed
CI: Run clang-tidy in celerity-lint container
Turns out DPC++'s flags (-fsycl and friends) cause issues for clang-tidy-14. Run in celerity-lint container instead, which is now based on hipSYCL and Ubuntu 22.04.
1 parent 058dbe9 commit e25f904

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/celerity_ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
container-workspace: <placeholder>
5757
build-dir: /root/build
5858
container:
59-
# We could run this for more than one implementation,
60-
# but would likely end up with mostly duplicate diagnostics.
61-
image: ghcr.io/celerity/celerity-build/dpcpp:ubuntu22.04-latest
59+
image: ghcr.io/celerity/celerity-lint
6260
volumes:
6361
- ccache:/ccache
6462
credentials:

0 commit comments

Comments
 (0)