@@ -9,9 +9,7 @@ build:ci --verbose_failures
99# increasing this closer towards the suggested value of 200. Note the number of maximum build jobs
1010# is controlled by the --local_resources=cpu flag and still limited to the number of cores by
1111# default.
12- # TODO (build perf): Temporarily setting this to 8, that might help with CI freezing on macOS
13- # release jobs?
14- build:ci --jobs=8
12+ build:ci --jobs=32
1513# Do not check for changes in external repository files, should speed up bazel invocations after the first one
1614build:ci --noexperimental_check_external_repository_files
1715# Only build runfile trees when needed. Runfile trees are useful for directly invoking bazel-built
@@ -64,8 +62,8 @@ build:ci-linux-common --copt='-Wno-error=deprecated-declarations'
6462build:ci-linux-common --action_env=CC=/usr/lib/llvm-19/bin/clang
6563build:ci-linux-common --host_action_env=CC=/usr/lib/llvm-19/bin/clang
6664
67- build:ci-linux --config=ci-linux-common --remote_download_regex=".*src/workerd/server/workerd.*"
68- build:ci-linux-arm --config=ci-linux-common
65+ build:ci-linux --config=ci-linux-common --config=ci-limit-storage -- remote_download_regex=".*src/workerd/server/workerd.*"
66+ build:ci-linux-arm --config=ci-linux-common --config=ci-limit-storage
6967
7068build:ci-linux-debug --config=ci-linux-common --config=ci-limit-storage
7169build:ci-linux-debug --config=debug --config=rust-debug
@@ -82,14 +80,11 @@ build:ci-linux-arm-asan --config=ci-linux-asan
8280test:ci-linux --build_tag_filters=-off-by-default
8381test:ci-linux-arm --build_tag_filters=-off-by-default
8482
85- # Speculatively disable asynchronous remote cache uploads on macOS to debug CI job freezes. This is
86- # a no-op when remote caching is disabled, so we can always enable it on macOS.
87- build:macos --noremote_cache_async
88-
8983# Unlike the bazel Unix toolchain the macOS toolchain sets "-O0 -DDEBUG" for fastbuild by
9084# default. This is unhelpful for compile speeds and test performance, remove the DEBUG
9185# define.
9286build:ci-macOS --copt=-UDEBUG
87+ build:ci-macOS --config=ci-limit-storage
9388
9489build:ci-macOS-debug --config=debug
9590
0 commit comments