Skip to content

Commit 1220315

Browse files
devversionvivian-hu-zz
authored andcommitted
build: fix bazel running out of memory for "publish_snapshots" (#14849)
Due to a bug within Bazel, we need to increase the resource class for the CircleCI jobs that use Bazel. This can be lowered once we run everything with RBE; but for now we need it to get our CI green.
1 parent 80f510f commit 1220315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ jobs:
282282
# ----------------------------------------
283283
publish_snapshots:
284284
<<: *job_defaults
285+
resource_class: xlarge
285286
steps:
286287
- *checkout_code
287288
- *restore_cache

0 commit comments

Comments
 (0)