Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
5068 commits
Select commit Hold shift + click to select a range
283438a
Fix race in DynamicConnectionPool. (https://github.com/bazelbuild/baz…
vadimberezniker Jun 3, 2026
d788aa2
Support custom params file naming
a-googler Jun 3, 2026
8e124d6
Fix `//third_party/bazel/src/main/java/com/google/devtools/build/lib/…
hvadehra Jun 3, 2026
a59ad36
Add `refines_constraint_value` attribute to `constraint_setting` (htt…
fmeum Jun 3, 2026
8316c78
Reduce lock contention in AbstractValueOrFutureMap.
aoeui Jun 3, 2026
fe9edc9
Replace locks in EagerRequestBatcher with atomic operations.
aoeui Jun 3, 2026
1f59e3b
Bump the github-actions group with 5 updates (https://github.com/baze…
dependabot[bot] Jun 3, 2026
34d2940
Bump idna from 3.11 to 3.15 (https://github.com/bazelbuild/bazel/pull…
dependabot[bot] Jun 3, 2026
e17027e
Prevent blaze crash when --flag_alias references a deleted natie flag…
aranguyen Jun 3, 2026
44dca97
Release 10.0.0-pre.20260524.1 (2026-06-03)
a-googler Jun 3, 2026
8fc279b
docs: remove stale roadmap link from README (https://github.com/bazel…
kevmoo Jun 3, 2026
f289a08
Delete QueuePool.
aoeui Jun 3, 2026
bc5a70f
Allow `ObjectCodec` to choose to whether to memoize by reference or b…
justinhorvitz Jun 3, 2026
b4f16d9
Roll forward weak interning of `StarlarkInfoWithSchema` using `Memoiz…
justinhorvitz Jun 3, 2026
c3a5e26
Automatic code cleanup.
cpovirk Jun 4, 2026
83a68ed
Cleanup unnecessary ProcessValueBytes state in SkyValueRetriever.
aoeui Jun 4, 2026
0632eb6
fix(docs): Fix the link to the `ExpandedDirectory` page in the doc of…
lbcjbb Jun 4, 2026
a0c44ff
Allow injection of maps into VersionedChangesValidator.
aoeui Jun 4, 2026
b2771e9
Store `StarlarkProvider` schema as an `ImmutableMap<String, Integer>`.
justinhorvitz Jun 4, 2026
08d455b
Improve logging of unexpected checked exceptions
brandjon Jun 4, 2026
29f1910
Initial implementation of stable serialization wire encoding/decoding.
michaeledgar Jun 4, 2026
f0e063e
Update .bazelversion and support matrix after releasing Bazel 9.1.1
a-googler Jun 4, 2026
d62d21b
BEGIN_PUBLIC
susinmotion Jun 4, 2026
77ddcc1
Delete deprecated *_sdk_version_flags from apple fragment, update app…
a-googler Jun 5, 2026
1612425
Cleanup/refactor `ActionExecutionStatusReporter` to use modern Java c…
michaeledgar Jun 5, 2026
6c5c494
Introduce `SpawnInputs` to maximize reuse of cached `NestedSet` repre…
justinhorvitz Jun 5, 2026
3d44100
Add support for config_settings in target_compatible_with (https://gi…
keith Jun 5, 2026
db07716
Propagate project-scoped flags through exec transitions (https://gith…
JonathanPerry651 Jun 5, 2026
d1e894e
Fix remote repo content caching for non-gRPC backends (https://github…
blampe Jun 8, 2026
1590f55
Serialize ActionLookupSummaryKeys in Skycache with `--experimental_sk…
jin Jun 8, 2026
1f52184
Implement Skycache retrieval for `ActionLookupSummaryKey`.
jin Jun 8, 2026
59c4026
Make hash functions used by dynamic library link actions to Starlark.\
lilygorsheneva Jun 8, 2026
ef1626a
In `Starlark.gettatr`, check for `struct` field access first.
justinhorvitz Jun 8, 2026
5d7eccc
In `Starlark.valid` check for `StarlarkValue` before `Boolean`.
justinhorvitz Jun 8, 2026
fc489f2
Preserve empty `factsVersions` map in the lockfile merge driver (http…
fmeum Jun 8, 2026
fddbd53
Fix NPE in UrlRewriter.isMatchingHostName when URI.getHost() is null …
peakschris Jun 8, 2026
baaeaaf
Override `equals` and `hashCode` in `StarlarkInfoNoSchema`.
justinhorvitz Jun 8, 2026
6ef9ba0
Automatic code cleanup.
cpovirk Jun 9, 2026
7a29075
Remove unused dep.
haxorz Jun 9, 2026
002c451
Properly Starlark-type `struct`
tetromino Jun 9, 2026
0430548
Roll forward of https://github.com/bazelbuild/bazel/commit/f947724c45…
haxorz Jun 9, 2026
8ff7ba3
Migrate from gsutil to gcloud storage in Bazel release/CI scripts. (h…
deepalak56 Jun 9, 2026
d9f0fb4
Automated rollback of commit 0430548d0a80488b7f24da126cd2155fdf40b6c8.
lberki Jun 10, 2026
91d0170
Add the ability to expand param files in UI output (https://github.co…
keith Jun 10, 2026
5b61477
remove asm 9.9 artifacts
benjaminp Jun 2, 2026
3c82b1a
Delete deprecated --experimental_remote_analysis_cache references fro…
a-googler Jun 10, 2026
a3db508
Update bazelbuild/bazel's rules_cc to version 0.2.19; update analysis…
lilygorsheneva Jun 10, 2026
f96ee37
Move rules_cc tests out of builtins_bzl.
lilygorsheneva Jun 10, 2026
d0540bc
Remove more unused apple flags (https://github.com/bazelbuild/bazel/p…
keith Jun 10, 2026
cc52973
Ensure that transitive packages can be flattened efficiently (https:/…
fmeum Jun 10, 2026
ccd1ab7
Rollforward of https://github.com/bazelbuild/bazel/commit/0430548d0a8…
haxorz Jun 11, 2026
e17ff4f
INTERNAL
bigelephant29 Jun 11, 2026
1d4e7f1
Refactor Java switch pattern matching in serialization analysis package.
a-googler Jun 11, 2026
e6f12b6
Refactor Java switch pattern matching in serialization core and analy…
a-googler Jun 11, 2026
410ac7e
Release 10.0.0-pre.20260601.1 (2026-06-11)
a-googler Jun 11, 2026
0da18f3
Support automatic size-based slim profiling.
a-googler Jun 11, 2026
135fab6
Refactor Java switch pattern matching in serialization package.
a-googler Jun 11, 2026
eea6c39
Make some codecs public so that they can be used as stable serializat…
michaeledgar Jun 11, 2026
299c469
Reduce cpu cost of `NestedSet` interning.
justinhorvitz Jun 11, 2026
2017a78
Improve BES upload failure reporting
ted-xie Jun 11, 2026
8450027
Implement getInputFilesForExtraAction in LtoBackendAction
a-googler Jun 12, 2026
11b9a3d
Add SkyValueUploadedEvent to log uploads to BEP when desired (signale…
lberki Jun 12, 2026
679df48
Introduce a `--remote_analysis_debug_entries` option to be able to lo…
lberki Jun 12, 2026
edfe80e
Track fingerprints in invalidation data deserialization machinery.
lberki Jun 12, 2026
2135c12
Add unit tests for OptionsParser prefix validation.
jin Jun 12, 2026
b36ae70
Add @VisibleForTesting to RemoteAnalysisCachingOptions.setRemoteAnaly…
lberki Jun 12, 2026
3d5f7e7
Silence Turbine warning (https://github.com/bazelbuild/bazel/pull/29820)
fmeum Jun 12, 2026
a0d07f4
Fix Windows Java launcher junction directory race condition (https://…
peakschris Jun 12, 2026
f561a35
fix: Fix coverage runfiles prefix to include workspace name (https://…
honnix Jun 12, 2026
eb04a24
Add Starlark access methods InstrumentedFilesInfo.get_coverage_enviro…
pzembrod Jun 12, 2026
6d6f04d
Rename (Cov/Probe/Branch)Exp types to (Coverage/Probe/Branch)Expression.
c-mita Jun 12, 2026
a883708
Calculate line coverage as well as branch coverage in our custom anal…
c-mita Jun 12, 2026
cc071f9
Consider `flagAliasMapping` for `ParsedFlagsValue` identity (https://…
fmeum Jun 12, 2026
32326ff
Handle the case where two methods overlap in line numbers within a si…
c-mita Jun 12, 2026
90be9cb
Encapsulate Blaze determination logic into BlazeDirectories.
jin Jun 12, 2026
e05fcb1
Remove legacy list of mnemonics that supports path mapping. (https://…
dabanki Jun 13, 2026
0fb977c
Move SerializationDependenciesProvider to its own top-level class.
lberki Jun 15, 2026
60cc94b
Modernize package name resolution in ResourceFileLoader.
jin Jun 15, 2026
8080b12
Make SkyValueRetriever instantiable and non-static.
lberki Jun 15, 2026
91e2e50
Make StringSetConverter actually use a set internally.
jin Jun 15, 2026
d2143a2
Make the `FingerprintValueStore` return a non-sparse `WriteStatus` an…
joeleba Jun 15, 2026
61e10c0
Move `WriteStatus` to its own class.
joeleba Jun 15, 2026
48cab88
Fix critical path gaps for actions generated by action templates.
zhengwei143 Jun 15, 2026
b6c6e7c
Migrate CcCommon tests (copts tokenization, expanded defines) to Star…
pzembrod Jun 15, 2026
ff9aa30
Default testonly to true for prototypes/.../javatests packages.
a-googler Jun 15, 2026
359434c
Move RemoteAnalysisCacheMode into its own class.
joeleba Jun 15, 2026
bdf2261
Optimize Rule memory usage by sharing empty attribute arrays.
haxorz Jun 15, 2026
1618c44
Discard unselected Skyframe entries and reclaim memory early during u…
aoeui Jun 15, 2026
3f734e4
Thread the inflight Skyframe entry semaphore release to the end of th…
aoeui Jun 15, 2026
fa35b5b
Mark auto-generated Starlark types of StructApi impls as assignable t…
tetromino Jun 15, 2026
ef9437e
Internal change.
joeleba Jun 16, 2026
bf89781
Move InmemoryFingerprintValueStore into its own class.
joeleba Jun 16, 2026
b1eed3b
Use RemoteAnalysisCachingConfig in RemoreAnalysisCachingServicesSuppl…
joeleba Jun 16, 2026
d5e8e5d
docs: Add 8.7.0 release docs. (https://github.com/bazelbuild/bazel/pu…
kapunahelewong Jun 16, 2026
bdb16ff
Release 10.0.0-pre.20260608.1 (2026-06-16)
a-googler Jun 16, 2026
e06f474
docs: sync --test_summary description with current behavior (https://…
shrey4796 Jun 16, 2026
0e4ce9a
Remove the redundant `envResolved` parameter of `SpawnAction#getSpawn…
fmeum Jun 16, 2026
ce2ed3f
Internal change.
joeleba Jun 16, 2026
e3e9cf4
Expose max_write_concurrency and target_write_concurrency as new comm…
aoeui Jun 16, 2026
ce66b8c
Add `processParamFile` to `ImportantOutputHandler`.
a-googler Jun 16, 2026
00f2355
Support auto-generated starlark types for arg/return types of method …
tetromino Jun 16, 2026
a300dd5
Cache `hashCode` of `RepositoryMapping` entries (https://github.com/b…
fmeum Jun 17, 2026
6b188a0
Prepare OptionsDiff for serialization
oquenchil Jun 17, 2026
bcee363
Reupload in-memory blobs when inputs are force uploaded (https://gith…
fmeum Jun 17, 2026
7c9cc9a
Refactor BuildEventServiceClient for SC/LC split.
coeuvre Jun 17, 2026
85a176d
Add tests for shareability and action lookup data keys in FrontierSer…
jin Jun 17, 2026
5b92d9b
Remove the client gRPC message size limit (https://github.com/bazelbu…
fmeum Jun 17, 2026
bcc75aa
Fix sandbox policy injection via unescaped paths in darwin-sandbox (h…
Ashutosh0x Jun 17, 2026
8e54cf2
Refactor SelectedEntrySerializer to allow individual uploads.
lberki Jun 17, 2026
f51368f
Implement SkycacheUploadClient and actual on-the-fly uploading.
lberki Jun 17, 2026
872d8ce
BEGIN_PUBLIC
aranguyen Jun 17, 2026
9d331b9
Fix NPE in RemoteConfiguredTargetValue after discarding cache.
aoeui Jun 18, 2026
d089ae2
Implement `transition.and_then` (https://github.com/bazelbuild/bazel/…
fmeum Jun 18, 2026
ac22adf
Add unit tests for FilesystemValueChecker changedKeys methods.
jin Jun 18, 2026
ac927d3
Internal change.
jin Jun 18, 2026
f31cf66
Log SerializationException in BEP.
jin Jun 18, 2026
57b14c4
Don't consider external repos dirty if hardlink count changes (https:…
fmeum Jun 18, 2026
4edd560
Automated rollback of commit 26bb132bdb0ed73fe335d912aebad22da9586b2d.
justinhorvitz Jun 18, 2026
3396de0
Reduce log spam with rate limiting.
justinhorvitz Jun 18, 2026
316c22b
upgrade errorprone to 2.50.0 (https://github.com/bazelbuild/bazel/pul…
benjaminp Jun 18, 2026
47b0fd6
Enable TCP keepalive by default for gRPC connections. (https://github…
vadimberezniker Jun 18, 2026
27b62a2
Fix concurrent TreeArtifact prefetches (https://github.com/bazelbuild…
tamird Jun 19, 2026
eca84e3
Move `CppCompileAction#getEffectiveEnvironment(Map, PathMapper)` up t…
fmeum Jun 19, 2026
824f720
Remove analyze-profile from docs (https://github.com/bazelbuild/bazel…
keith Jun 19, 2026
d7c551c
Avoid trailing whitespace in OptionsUsage.paragraphFill.
jin Jun 19, 2026
c284bba
Refactor credential helper test timeouts to reduce Windows flakiness
meisterT Jun 19, 2026
cd70164
Clear the `OutputService` after each command.
justinhorvitz Jun 19, 2026
01b2557
Remove CC_DEPENDENCY_CORRECTION usage from bazel tests.
lilygorsheneva Jun 19, 2026
e18520e
Move remaining builtins_bzl test files to rules_cc.
lilygorsheneva Jun 19, 2026
7fc823b
Remove most of the nocopts-handling java code from bazel.
lilygorsheneva Jun 19, 2026
66f3856
Mount the repo contents cache under the sandbox's hermetic /tmp (http…
fmeum Jun 19, 2026
ae4def8
Validate SplitBlob chunk sizes before download (https://github.com/ba…
Chedrian07 Jun 22, 2026
3cdcb81
Add GraphDumper to support traversing and collecting edges of the ser…
lberki Jun 22, 2026
7f9dada
Add support for dumping the Skycache serialization graph via the "dum…
lberki Jun 22, 2026
c565471
Clean up experimental_skyframe_error_handling_refactor flag
joeleba Jun 22, 2026
5983be9
Remove --incompatible_stop_exporting_language_modules (https://github…
dzbarsky Jun 22, 2026
0878dd7
Filter javacopts to only include ones that are relevant for turbine
cushon Jun 22, 2026
96268b0
Release 10.0.0-pre.20260614.1 (2026-06-22)
a-googler Jun 22, 2026
01a35cc
Clarify we can remove --incompatible_exclude_starlark_flags_from_exec…
gregestren Jun 22, 2026
46c5e78
Fix enabling TCP keepalive on Linux. (https://github.com/bazelbuild/b…
vadimberezniker Jun 22, 2026
da235da
Delete --experimental_remove_r_classes_from_instrumentation_test_jar
aranguyen Jun 22, 2026
818c4c8
Fix dead link to JUnit XML test result schema (https://github.com/baz…
rdesgroppes Jun 22, 2026
8d8826c
skyframe: report top-level aspect failures (https://github.com/bazelb…
sluongng Jun 23, 2026
32f8bd5
Move --incompatible_disable_legacy_cc_provider to the graveyard (http…
dzbarsky Jun 23, 2026
c310e3e
Materialize chains of symlinks in remote repos (https://github.com/ba…
fmeum Jun 23, 2026
41d8cfa
Fix serialization non-determinism due to interning of aspect-related …
lberki Jun 23, 2026
43d6151
Implement codec for OptionsDiff
oquenchil Jun 23, 2026
80e65ac
Move --incompatible_validate_top_level_header_inclusions to the grave…
dzbarsky Jun 23, 2026
ef370b2
Move --incompatible_require_ctx_in_configure_features to the graveyar…
dzbarsky Jun 23, 2026
6c7d50c
Apply shebang portability fix to newly added shell scripts (https://g…
c2qd Jun 23, 2026
44e0972
Move `--incompatible_use_new_cgroup_implementation` to graveyard and …
meisterT Jun 23, 2026
39366bf
Allow injecting versions from ActionSketchFunction.
jin Jun 23, 2026
1e15e28
Move --incompatible_make_thinlto_command_lines_standalone to the grav…
dzbarsky Jun 23, 2026
df90a64
Remove deprecated no-op Blaze flag `test_result_expiration`
meisterT Jun 23, 2026
6c9b022
Unset Android env on `macos` CI (https://github.com/bazelbuild/bazel/…
ted-xie Jun 23, 2026
2c86fa2
Promote execution graph log flags to stable and remove rollout flags.
alexeagle Jun 23, 2026
aad0c14
Refactor NestedSet into an `abstract sealed` class with `Flat` and `N…
justinhorvitz Jun 23, 2026
69e4c91
Release 10.0.0-pre.20260614.4 (2026-06-24)
a-googler Jun 24, 2026
02787e4
Move --incompatible_use_specific_tool_files to the graveyard (https:/…
dzbarsky Jun 24, 2026
080aa14
Mark CcToolchainFeatures.Tool.toolPathString as transient.
lberki Jun 24, 2026
b3126b5
Add measured peak memory to SpawnMetrics and execution log
meisterT Jun 24, 2026
741ee01
When loading a file from the local action cache, load omitted artifac…
lberki Jun 24, 2026
6ad2963
Migrate batch 1 of CcBinaryThinLtoTest to Starlark
pzembrod Jun 24, 2026
7e369fd
Migrate batch 2 of CcBinaryThinLtoTest to Starlark
pzembrod Jun 24, 2026
37d20d9
Move --experimental_java_test_auto_create_deploy_jar to the graveyard…
dzbarsky Jun 24, 2026
3689195
Fix `"scope = "exec:--//host_foo"` bug that also sets `//host_foo`'s …
gregestren Jun 24, 2026
e85a884
Manual rollback of unknown commit.
justinhorvitz Jun 24, 2026
64afee8
Move --experimental_add_test_support_to_compile_time_deps to the grav…
dzbarsky Jun 24, 2026
4a80d43
Fix launching executables whose path can't be shortened on Windows (h…
rdesgroppes Jun 24, 2026
d9ff129
Bump urllib3 from 2.6.3 to 2.7.0
Wyverald Jun 24, 2026
f3461b3
Make DumpCommandTest no longer order dependent by doing setup in the …
susinmotion Jun 24, 2026
849eabd
Make modify_execution_info readable in Starlark transitions.
a-googler Jun 24, 2026
c0c826a
Update test_options_errors command to use bazel help
ted-xie Jun 24, 2026
d424170
Fix carriage return handling for posix compatibility (https://github.…
c2qd Jun 25, 2026
0224210
Internal change.
joeleba Jun 25, 2026
a9799ee
Refactor TracingMetadataUtils to avoid SC leak
joeleba Jun 25, 2026
b46d244
Fix repo collisions when checking package traversals of source dirs (…
fmeum Jun 25, 2026
a83f946
Sort the output artifacts in ActionExecutionValue and ActionOutputMet…
lberki Jun 25, 2026
131fbd2
Add null check for label in cache key scrubber (https://github.com/ba…
ckilian867 Jun 25, 2026
6805c00
Automated rollback of commit 64afee8fc85e86e3281a6d412657903ad4de3b7b.
hvadehra Jun 25, 2026
4c92958
remote: trust in-memory outputs across incremental builds (https://gi…
philwo Jun 25, 2026
8ac315d
Enable compact object headers by default when using embedded JDK.
meisterT Jun 25, 2026
942c6aa
Remove deprecated macOS install-name configuration field (https://git…
dzbarsky Jun 25, 2026
193f35e
Embed `asInvoker` UAC manifest in the Windows launcher stub (https://…
rdesgroppes Jun 25, 2026
f067548
Remove --experimental_disable_external_package (https://github.com/ba…
dzbarsky Jun 25, 2026
48cfced
Add documentation of debugging skyframe with `bazel dump` (https://gi…
katre Jun 25, 2026
e79fdcf
Upgrade protobuf (originally #29265) (https://github.com/bazelbuild/b…
ted-xie Jun 25, 2026
c915ce7
ctexplain: avoid stdlib types shadowing (https://github.com/bazelbuil…
sluongng Jun 25, 2026
ed7c049
Propagate InvokerInfo from Blaze/Bazel client to BES via stream_metadata
a-googler Jun 25, 2026
5762555
Resolve type alias parameters
tetromino Jun 25, 2026
095c015
Enforce that each uploaded SkyValue has a node for its invalidation d…
lberki Jun 26, 2026
ff8bcad
Rollforward https://github.com/bazelbuild/bazel/commit/64afee8fc85e86…
hvadehra Jun 26, 2026
23c1d04
Fix Javac `_manifest_proto` and `.jdeps` non-determinism (https://git…
Jun 26, 2026
db13307
remote: accept uncompressed size as committed_size for compressed upl…
philwo Jun 26, 2026
572579b
migrate CcCommon tests for start_end_lib and temps to Starlark.
pzembrod Jun 26, 2026
f5aeb71
Automated rollback of commit 193f35e27752a5f9785cc5dd903d4947ac65c8e5.
fweikert Jun 26, 2026
ad1793f
Fix loading symlinked `.bzl` files from the remote repo contents cach…
fmeum Jun 26, 2026
81420d5
docs: Fix 'Blaze' to 'Bazel' in CommonCommandOption docstrings (https…
hofbi Jun 26, 2026
68b78b3
remote: validate output symlink paths are within the exec root (https…
adilburaksen Jun 26, 2026
3766052
Migrate batch 1 of LinkBuildVariablesTest to Starlark
pzembrod Jun 26, 2026
5a72f44
Migrate batch 2 of LinkBuildVariablesTest to Starlark
pzembrod Jun 26, 2026
336f906
Share one RunfilesTreeUpdater per command across spawn strategies (ht…
jnowjack-lucidchart Jun 26, 2026
be9f773
Remove `platform_developer_framework_dir` from `apple_toolchain`.
nglevin Jun 26, 2026
3ad37ef
Gate external-repo source dir package boundary checks behind a flag (…
fmeum Jun 26, 2026
3579084
Automated rollback of commit e79fdcff4ef74d3d1d3bcf6d06399ee8116216d3.
ted-xie Jun 26, 2026
b7b4dfc
Add invalidation data to downloaded Skycache nodes.
lberki Jun 29, 2026
7904760
Add `--skyframe=key` mode to `bazel dump`. (https://github.com/bazelb…
katre Jun 29, 2026
3e907e4
Resolve hardcoded Java version in JavaCompilationHelperTest
cushon Jun 29, 2026
d14caba
Add loongarch64 support (https://github.com/bazelbuild/bazel/pull/29643)
zhaixiaojuan Jun 29, 2026
0464e54
Clear in-memory repos in commands without a remote cache (https://git…
fmeum Jun 29, 2026
82b0b31
Replace NativePosixFilesService.Dirent.Type enum with a typesafe class
coeuvre Jun 29, 2026
5643ad0
Upgrade rules_jvm_external to 6.8 (https://github.com/bazelbuild/baze…
dzbarsky Jun 29, 2026
bf0de33
Refactor LocalHostResource into LocalHostComputeResources.
joeleba Jun 29, 2026
3206813
Fix ExampleWorker to wait for active requests before exiting (https:/…
meisterT Jun 29, 2026
5ba74ca
Replace TraceProfilerService.Format enum with a typesafe class
coeuvre Jun 29, 2026
9eb1ca2
Fix flakiness in non_daemon_exit_test by using dynamic wait loop (htt…
meisterT Jun 29, 2026
6eb86cd
Fix unexpectedly hidden Starlark methods (https://github.com/bazelbui…
fmeum Jun 29, 2026
98a96b6
Add a fuzz test for InMemoryMemoizingEvaluator.
lberki Jun 29, 2026
7887ca8
Migrate batch 3 of CcBinaryThinLtoTest to Starlark
pzembrod Jun 29, 2026
cb651ae
Fix the `ProtoUtils.TYPE_MAP` entry for `DORMANT_LABEL` attributes.
michaeledgar Jun 29, 2026
13c0ae8
Internal change.
joeleba Jun 30, 2026
77a117a
Fix non-exhaustive switch in BuildTool.java
lberki Jun 30, 2026
99be0f5
Enable and run profiler test.
meisterT Jul 1, 2026
df99510
Internal change.
jin Jul 1, 2026
3e1960a
Do not treat custom Starlark rules named `test_suite` as a native `te…
tetromino Jul 1, 2026
75021ed
In `createBuildConfigurationKey`, handle more exception types in a st…
brandjon Jul 1, 2026
a45dcf3
Add a `@StarlarkLibrary` annotation for classes that hold top-level S…
brandjon Jul 1, 2026
609b96b
Internal change.
joeleba Jul 2, 2026
30d68ae
Exclude `GrepIncludes` spawns from `--strategy_regexp` matching.
justinhorvitz Jul 2, 2026
a4191ed
Add integration test for the remote repo contents cache contents prox…
fmeum Jul 3, 2026
62d4e62
Fix --test_tmpdir documentation to cover both local and remote test e…
meisterT Jul 3, 2026
39b476e
Fix IllegalStateException in ActionExecutionFunction.createLabelCause()
joeleba Jul 3, 2026
9ae0848
Bazel Docs: Remove duplicate words.
fweikert Jul 3, 2026
928047b
Migrate NativePosixFilesService$StatErrorHandling to final class
coeuvre Jul 6, 2026
211fda2
Internal change.
joeleba Jul 6, 2026
6f2e84c
Add a small comment explaining the EXEC_PATH_DELIMITER
c-mita Jul 6, 2026
9546348
Report line coverage data from our custom analyzer instead of Jacoco's.
c-mita Jul 6, 2026
7f7ad65
Always require source file exec paths for JacocoLCOVFormatter.
c-mita Jul 6, 2026
2c351a7
Remove redundant BranchExpression constructor.
c-mita Jul 6, 2026
b606932
Migrate BuildEventServiceClient$AbortReason to final class
coeuvre Jul 6, 2026
bc7d573
Migrate LifecycleEvent$InvocationStatus to final class
coeuvre Jul 6, 2026
209ac16
Migrate CounterSeriesTask$Color to final class
coeuvre Jul 6, 2026
2f5827a
Migrate ProfilePhase to final class
coeuvre Jul 6, 2026
bbaf7a8
Automated rollback of commit 70923fc530a695c8832b22ff93448dd9f46a8519.
justinhorvitz Jul 6, 2026
a8d52ec
Optimize the memory footprint of `StarlarkComputedDefault`.
justinhorvitz Jul 6, 2026
7460f6d
Temporarily disable //src/test/py/bazel:launcher_test on Windows
Wyverald Jul 6, 2026
ff6eceb
Fix NullPointerException on remote analysis cache initialization fail…
aoeui Jul 6, 2026
3f64395
Suppress oldName warnings for execution graph log flags.
alexeagle Jul 6, 2026
9afd334
Merge origin/master into fix_29810.
alexeagle Jul 6, 2026
a61fe6f
Experimental: disable derived test.xml spawn for RE contention study.
alexeagle Jul 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 7 additions & 7 deletions .bazelci/build_bazel_binaries.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
---
platforms:
centos7:
rockylinux8:
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
build_flags:
- "-c"
- "opt"
ubuntu2004:
rockylinux8_arm64:
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
build_flags:
- "-c"
- "opt"
ubuntu2004_arm64:
shell_commands:
# Our Arm64 machine keeps state between builds, so we need to clean it.
- "bazel clean --expunge"
ubuntu2004:
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
build_flags:
- "-c"
- "opt"
ubuntu2204:
ubuntu2404:
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
build_flags:
- "-c"
- "opt"
macos:
environment:
ANDROID_HOME: ""
ANDROID_NDK_HOME: ""
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
Expand Down
Loading