Skip to content

Commit b243e37

Browse files
jckingcopybara-github
authored andcommitted
Enable remote caching for Bazel artifacts
PiperOrigin-RevId: 716362054
1 parent 35ae560 commit b243e37

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cloudbuild.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ steps:
1212
- '--test_tag_filters=-benchmark,-notap'
1313
- '--jobs=HOST_CPUS*.5'
1414
- '--local_ram_resources=HOST_RAM*.4'
15+
- '--remote_cache=https://storage.googleapis.com/cel-cpp-remote-cache'
16+
- '--google_default_credentials'
1517
id: gcc-9
1618
waitFor: ['-']
1719
- name: 'gcr.io/cel-analysis/gcc-9@sha256:5c08ae90e33a33010c8e518173a926143ba029affb54ceec288f375f474ea87f'
@@ -30,6 +32,8 @@ steps:
3032
- '--test_tag_filters=-benchmark,-notap'
3133
- '--jobs=HOST_CPUS*.5'
3234
- '--local_ram_resources=HOST_RAM*.4'
35+
- '--remote_cache=https://storage.googleapis.com/cel-cpp-remote-cache'
36+
- '--google_default_credentials'
3337
id: clang-11
3438
waitFor: ['-']
3539
timeout: 1h

0 commit comments

Comments
 (0)