Skip to content

Commit

Permalink
kokoro: use clang 13.0.1 on Linux (#5962)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 authored Jan 27, 2025
1 parent a9f826b commit bdf0776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/scripts/linux/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ git config --global --add safe.directory $ROOT_DIR
using python-3.12

if [ $COMPILER = "clang" ]; then
using clang-10.0.0
using clang-13.0.1
elif [ $COMPILER = "gcc" ]; then
using gcc-13
fi
Expand Down

0 comments on commit bdf0776

Please sign in to comment.