File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ build --repository_cache=/home/circleci/bazel_repository_cache
14
14
# Bazel doesn't calculate the memory ceiling correctly when running under Docker.
15
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_cpu_resources=8
18
- build --local_ram_resources=14336
17
+ build --local_cpu_resources=20
18
+ build --local_ram_resources=32768
19
19
20
20
# All build executed remotely should be done using our RBE configuration.
21
21
build:remote --google_default_credentials
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ try-import %workspace%/.circleci/bazel.common.rc
11
11
build --repository_cache=C:/Users/circleci/bazel_repository_cache
12
12
13
13
# Manually set the local resources used in windows CI runs
14
- build --local_ram_resources=13500
15
- build --local_cpu_resources=4
14
+ build --local_ram_resources=120000
15
+ build --local_cpu_resources=32
16
16
17
17
# All windows jobs run on master and should use http caching
18
18
build --remote_http_cache=https://storage.googleapis.com/angular-team-cache
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ executors:
80
80
81
81
windows-executor :
82
82
working_directory : ~/ng
83
- resource_class : windows.medium
83
+ resource_class : windows.2xlarge
84
84
# CircleCI windows VMs do have the GitBash shell available:
85
85
# https://github.com/CircleCI-Public/windows-preview-docs#shells
86
86
# But in this specific case we really should not use it because Bazel must not be ran from
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ copy .circleci\bazel.windows.rc ${Env:USERPROFILE}\.bazelrc
41
41
# ###################################################################################################
42
42
# Install specific version of node.
43
43
# ###################################################################################################
44
- choco install nodejs -- version 12.14 .1 -- no- progress
44
+ nvm install 12.14 .1
45
+ nvm use 12.14 .1
45
46
46
47
# These Bazel prereqs aren't needed because the CircleCI image already includes them.
47
48
# choco install yarn --version 1.16.0 --no-progress
You can’t perform that action at this time.
0 commit comments