We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ae560 commit b243e37Copy full SHA for b243e37
1 file changed
cloudbuild.yaml
@@ -12,6 +12,8 @@ steps:
12
- '--test_tag_filters=-benchmark,-notap'
13
- '--jobs=HOST_CPUS*.5'
14
- '--local_ram_resources=HOST_RAM*.4'
15
+ - '--remote_cache=https://storage.googleapis.com/cel-cpp-remote-cache'
16
+ - '--google_default_credentials'
17
id: gcc-9
18
waitFor: ['-']
19
- name: 'gcr.io/cel-analysis/gcc-9@sha256:5c08ae90e33a33010c8e518173a926143ba029affb54ceec288f375f474ea87f'
@@ -30,6 +32,8 @@ steps:
30
32
31
33
34
35
36
37
id: clang-11
38
39
timeout: 1h
0 commit comments