File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ test --test_tag_filters=-manual
12
12
13
13
# Workaround https://github.com/bazelbuild/bazel/issues/3645
14
14
# Bazel doesn't calculate the memory ceiling correctly when running under Docker.
15
- # Limit Bazel to consuming resources that fit in CircleCI "medium " class which is the default:
15
+ # Limit Bazel to consuming resources that fit in CircleCI "xlarge " class
16
16
# https://circleci.com/docs/2.0/configuration-reference/#resource_class
17
- build --local_ram_resources=3072
18
- build --local_cpu_resources=2
17
+ build --local_cpu_resources=8
18
+ build --local_ram_resources=14336
19
19
20
20
# More details on failures
21
21
build --verbose_failures=true
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ jobs:
260
260
steps :
261
261
- custom_attach_workspace
262
262
- install_python
263
+ - run : sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
263
264
- run :
264
265
command : yarn bazel:integration
265
266
no_output_timeout : 20m
You can’t perform that action at this time.
0 commit comments