Tags: Snowflake-Labs/bazel
Tags
Add the snowflake_remote_skip_wait_if_no_operation flag This adds the option snowflake_remote_skip_wait_if_no_operation to change the behavior of ExperimentalGrpcRemoteExecutor to avoid hitting a precondition failure when incorrectly waiting for an operation that is not pending. snowflake_remote_skip_wait_if_no_operation defaults to false to preserve existing behavior, and to make it clear that this patch has no effect unless the flag is overridden.
Add the snowflake_remote_skip_wait_if_no_operation flag This adds the option snowflake_remote_skip_wait_if_no_operation to change the behavior of ExperimentalGrpcRemoteExecutor to avoid hitting a precondition failure when incorrectly waiting for an operation that is not pending. snowflake_remote_skip_wait_if_no_operation defaults to false to preserve existing behavior, and to make it clear that this patch has no effect unless the flag is overridden.
Release 9.0.0-pre.20250414.1 (2025-04-22) Baseline: 1b0cb1f Important changes: - Soft deprecate bazel startup option --write_command_log. User should switch to use command option with the same name or look at the build event messages. - Add better defaults for mobile-install flags This release contains contributions from many people at Google, as well as Alex Fax, Chi Wang, David Sanderson, Fabian Meumertzheim, Peter Li, PikachuHy.
Release 9.0.0-pre.20250408.2 (2025-04-15) Baseline: 441c563 Cherry picks: + 073ade6: Lazily create string for precondition error message. Important changes: - Turn the `distribs` common attribute into a no-op. See bazelbuild#19369 - Set generator_name, generator_function, generator_location, and the full Starlark stack for rule targets instantiated in a symbolic macro. This release contains contributions from many people at Google, as well as Chuck Grindel, dependabot[bot], Fabian Meumertzheim, Jim Carroll, Keith Smiley.
[8.2.1] Fix atomic writes of `VirtualActionInput`s on Windows (bazelb… …uild#25857) Moves to files that are concurrently open for reading fail on Windows, which makes it necessary to ignore this particular mode of failure when atomically writing a `VirtualActionInput`. Fixes bazelbuild#25800 Closes bazelbuild#25805. PiperOrigin-RevId: 746475729 Change-Id: I6830bc6cd8d5d32242b8823f0d5fc4587223c7b5 (cherry picked from commit b44530d) Closes bazelbuild#25851
[8.2.0] Set macro symbol's exported location as MacroFunction's calla… …ble location for Starlark stack (bazelbuild#25802) This ensures Starlark instantiation stack for rule targets defined in a symbolic macro shows both the macro's location and symbol. Requires changing StarlarkThread to track the location of where symbols are exported. As follow-up, we should do the same for rules, providers, and aspects. PiperOrigin-RevId: 745731053 Change-Id: I6732a9762fbc932d823a70d7753a2b6edc140df6 Commit bazelbuild@a3e26ed
PreviousNext