Skip to content

Commit

Permalink
ci - change container for clang tidy step
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Aug 21, 2024
1 parent 91a7e1e commit fe083f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
name: "Linux: clang-tidy"
runs-on: ubuntu-latest
timeout-minutes: 120
container: qdrvm/kagome-dev:9-minideb
container: ${{ secrets.GCP_REGISTRY }}/{{ secrets.GCP_PROJECT }}/kagome-dev/kagome_builder_deb:latest
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion housekeeping/clang-tidy-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

BUILD_DIR="${BUILD_DIR:-build}"
CLANG_TIDY_BIN="${CLANG_TIDY_BIN:-clang-tidy-16}"
CLANG_TIDY_BIN="${CLANG_TIDY_BIN:-clang-tidy}"

cd $(dirname $0)/..
# exclude WAVM because on CI clang-tidy is run on a WasmEdge build
Expand Down

0 comments on commit fe083f2

Please sign in to comment.