File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ version: 2.1
11
11
12
12
orbs :
13
13
browser-tools :
circleci/[email protected]
14
- devinfra :
angular/[email protected] .2
14
+ devinfra :
angular/[email protected] .7
15
15
16
16
parameters :
17
17
snapshot_changed :
@@ -136,18 +136,8 @@ commands:
136
136
type : env_var_name
137
137
default : CIRCLE_PROJECT_REPONAME
138
138
steps :
139
- - run :
140
- name : ' Setup bazel RBE remote execution'
141
- command : |
142
- touch .bazelrc.user;
143
- # We need ensure that the same default digest is used for encoding and decoding
144
- # with openssl. Openssl versions might have different default digests which can
145
- # cause decryption failures based on the openssl version. https://stackoverflow.com/a/39641378/4317734
146
- openssl aes-256-cbc -d -in .circleci/gcp_token -md md5 -k "${<< parameters.key >>}" -out /home/circleci/.gcp_credentials;
147
- sudo bash -c "echo -e 'build --google_credentials=/home/circleci/.gcp_credentials' >> .bazelrc.user";
148
- # Enable remote builds
149
- sudo bash -c "echo -e 'build --config=remote' >> .bazelrc.user";
150
- echo "Reading from remote cache for bazel remote jobs.";
139
+ - devinfra/setup-bazel-remote-exec :
140
+ bazelrc : ./.bazelrc.user
151
141
152
142
install_python :
153
143
steps :
You can’t perform that action at this time.
0 commit comments