Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.2.1] Fix https://github.com/bazelbuild/bazel/issues/18493. #18512

Merged
merged 1 commit into from
May 26, 2023

Conversation

keertk
Copy link
Member

@keertk keertk commented May 26, 2023

The use of the pipe in b8e92cc made it swallow the exit code, so we need to set pipefail.

Fix #18493

Closes #18498.

Commit 9cdc003

PiperOrigin-RevId: 535520323
Change-Id: Idf1a5c39bf5b7deec29b76c10ece2825b568ebf2

The use of the pipe in
b8e92cc made it swallow the exit code, so we need to set pipefail.

Fix #18493

Closes #18498.

PiperOrigin-RevId: 535520323
Change-Id: Idf1a5c39bf5b7deec29b76c10ece2825b568ebf2
@keertk keertk added the team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website label May 26, 2023
@keertk keertk requested a review from meteorcloudy May 26, 2023 13:45
@meteorcloudy meteorcloudy enabled auto-merge (squash) May 26, 2023 13:46
@meteorcloudy meteorcloudy merged commit 35bad7e into bazelbuild:release-6.2.1 May 26, 2023
copybara-service bot pushed a commit that referenced this pull request Jun 2, 2023
Baseline:  758b44d

Release Notes:

+ Automatic code cleanup. (#18504)
+ Update relnotes scripts (#18503)
+ Fix #18493. (#18512)
+ Fix formatting of release notes (#18533)
+ Use extension rather than local names in ModuleExtensionMetadata (#18535)

Acknowledgements:

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Pavan Singh.
chiragramani pushed a commit to uber-common/bazel that referenced this pull request Jun 2, 2023
Baseline:  758b44d

Release Notes:

+ Automatic code cleanup. (bazelbuild#18504)
+ Update relnotes scripts (bazelbuild#18503)
+ Fix bazelbuild#18493. (bazelbuild#18512)
+ Fix formatting of release notes (bazelbuild#18533)
+ Use extension rather than local names in ModuleExtensionMetadata (bazelbuild#18535)

Acknowledgements:

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Pavan Singh.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants