Skip to content

Commit

Permalink
CI: Run clang-tidy in celerity-lint container
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
psalz committed Dec 19, 2023
1 parent 058dbe9 commit e25f904
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/celerity_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
container-workspace: <placeholder>
build-dir: /root/build
container:
# We could run this for more than one implementation,
# but would likely end up with mostly duplicate diagnostics.
image: ghcr.io/celerity/celerity-build/dpcpp:ubuntu22.04-latest
image: ghcr.io/celerity/celerity-lint
volumes:
- ccache:/ccache
credentials:
Expand Down

0 comments on commit e25f904

Please sign in to comment.