Skip to content

Commit

Permalink
Github ubuntu latest has been updated to clang 16.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707724494
  • Loading branch information
ftsui authored and copybara-github committed Dec 19, 2024
1 parent f7261d2 commit 0b715d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build Connections
run: CC=clang-15 CXX=clang-15++ bazel build --copt='-DGITHUB_BUILD' //connections:core
run: CC=clang-16 CXX=clang-16++ bazel build --copt='-DGITHUB_BUILD' //connections:core
- name: Build Presence
run: CC=clang-15 CXX=clang-15++ bazel build --copt='-DGITHUB_BUILD' //presence
run: CC=clang-16 CXX=clang-16++ bazel build --copt='-DGITHUB_BUILD' //presence
- name: Build Sharing
run: CC=clang-15 CXX=clang-15++ bazel build --verbose_failures --copt='-DGITHUB_BUILD' //sharing/proto/... //sharing/analytics
run: CC=clang-16 CXX=clang-16++ bazel build --verbose_failures --copt='-DGITHUB_BUILD' //sharing/proto/... //sharing/analytics

build-rust-linux:
name: Build Rust on Linux
Expand Down

0 comments on commit 0b715d2

Please sign in to comment.