Skip to content

Commit

Permalink
Unpin clang in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro R. Sedeño <[email protected]>
  • Loading branch information
asedeno committed Sep 24, 2024
1 parent 53c5484 commit 3237d8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ common:ci --noshow_progress
common:ci --noshow_loading_progress
common:ci --test_output=errors

# Don't pin clang in CI.
build:ci --action_env=CC=clang
build:ci --action_env=CXX=clang++

# Required by envoy and its tests
build --define=grpc_no_ares=true
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
Expand Down

0 comments on commit 3237d8e

Please sign in to comment.