Skip to content

Commit

Permalink
Enable remote caching for Bazel artifacts
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716362054
  • Loading branch information
jcking authored and copybara-github committed Jan 16, 2025
1 parent 35ae560 commit b243e37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ steps:
- '--test_tag_filters=-benchmark,-notap'
- '--jobs=HOST_CPUS*.5'
- '--local_ram_resources=HOST_RAM*.4'
- '--remote_cache=https://storage.googleapis.com/cel-cpp-remote-cache'
- '--google_default_credentials'
id: gcc-9
waitFor: ['-']
- name: 'gcr.io/cel-analysis/gcc-9@sha256:5c08ae90e33a33010c8e518173a926143ba029affb54ceec288f375f474ea87f'
Expand All @@ -30,6 +32,8 @@ steps:
- '--test_tag_filters=-benchmark,-notap'
- '--jobs=HOST_CPUS*.5'
- '--local_ram_resources=HOST_RAM*.4'
- '--remote_cache=https://storage.googleapis.com/cel-cpp-remote-cache'
- '--google_default_credentials'
id: clang-11
waitFor: ['-']
timeout: 1h
Expand Down

0 comments on commit b243e37

Please sign in to comment.