Skip to content

Tags: Snowflake-Labs/bazel

Tags

8.2.1-sf2

Toggle 8.2.1-sf2's commit message
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.

7.6.1-sf3

Toggle 7.6.1-sf3's commit message
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.

8.2.1-sf1

Toggle 8.2.1-sf1's commit message
Tagging 8.2.1-sf1

release-8.2.1-sf1

Toggle release-8.2.1-sf1's commit message
8.2.1 Snowflake sf1

9.0.0-pre.20250414.1

Toggle 9.0.0-pre.20250414.1's commit message

Unverified

This user has not yet uploaded their public signing key.
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.

8.2.1

Toggle 8.2.1's commit message
Release 8.2.1 (2025-04-17)

Release Notes:

9.0.0-pre.20250408.2

Toggle 9.0.0-pre.20250408.2's commit message

Unverified

This user has not yet uploaded their public signing key.
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.1rc1

Toggle 8.2.1rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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

Toggle 8.2.0's commit message
Release 8.2.0 (2025-04-14)

Release Notes:

8.2.0rc3

Toggle 8.2.0rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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