Skip to content

Commit

Permalink
ci: Disable (backport) clang-tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Sep 19, 2023
1 parent eb6a3f3 commit 1961150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,10 @@ stages:
# CI_TARGET: "bazel.api_compat"
gcc:
CI_TARGET: "bazel.gcc"
clang_tidy:
CI_TARGET: "bazel.clang_tidy"
REPO_FETCH_DEPTH: 0
REPO_FETCH_TAGS: true
# clang_tidy:
# CI_TARGET: "bazel.clang_tidy"
# REPO_FETCH_DEPTH: 0
# REPO_FETCH_TAGS: true
asan:
CI_TARGET: "bazel.asan"
msan:
Expand Down

0 comments on commit 1961150

Please sign in to comment.