Skip to content

Commit

Permalink
kokoro: use clang 13
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 committed Jan 27, 2025
1 parent 674ed20 commit 9cf1c65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kokoro/linux/build_clang_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ set -e
set -x

SCRIPT_DIR=`dirname "$BASH_SOURCE"`
source $SCRIPT_DIR/build.sh ASAN "clang-10.0.0"
source $SCRIPT_DIR/build.sh ASAN "clang-13.0.1"
2 changes: 1 addition & 1 deletion kokoro/linux/build_clang_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ set -e
set -x

SCRIPT_DIR=`dirname "$BASH_SOURCE"`
source $SCRIPT_DIR/build.sh DEBUG "clang-10.0.0"
source $SCRIPT_DIR/build.sh DEBUG "clang-13.0.1"
2 changes: 1 addition & 1 deletion kokoro/linux/build_clang_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ set -e
set -x

SCRIPT_DIR=`dirname "$BASH_SOURCE"`
source $SCRIPT_DIR/build.sh RELEASE "clang-10.0.0"
source $SCRIPT_DIR/build.sh RELEASE "clang-13.0.1"

0 comments on commit 9cf1c65

Please sign in to comment.