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

[7.4.0] Support %workspace% in execution log paths #23877

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

bazel-io
Copy link
Member

@bazel-io bazel-io commented Oct 4, 2024

Previously the execution logs were always written to relative paths.
This caused an issue if you put this flag in your .bazelrc and
expected the log to be produced in a relative directory. You can now use
%workspace% to handle writing to the root of your workspace.

Fixes #22267

Closes #23813.

PiperOrigin-RevId: 682196916
Change-Id: I5f6fe3c72cfc3fe9a891e0d44440cb49bbc787d8

Commit 9aaeb9f

Previously the execution logs were always written to relative paths.
This caused an issue if you put this flag in your `.bazelrc` and
expected the log to be produced in a relative directory. You can now use
`%workspace%` to handle writing to the root of your workspace.

Fixes bazelbuild#22267

Closes bazelbuild#23813.

PiperOrigin-RevId: 682196916
Change-Id: I5f6fe3c72cfc3fe9a891e0d44440cb49bbc787d8
@bazel-io bazel-io requested a review from a team as a code owner October 4, 2024 17:35
@bazel-io bazel-io added team-Configurability platforms, toolchains, cquery, select(), config transitions awaiting-review PR is awaiting review from an assigned reviewer team-CLI Console UI labels Oct 4, 2024
@bazel-io bazel-io requested a review from meisterT October 4, 2024 17:35
@iancha1992 iancha1992 added this pull request to the merge queue Oct 4, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 4, 2024
@Wyverald Wyverald added this pull request to the merge queue Oct 4, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 4, 2024
Previously the execution logs were always written to relative paths.
This caused an issue if you put this flag in your `.bazelrc` and
expected the log to be produced in a relative directory. You can now use
`%workspace%` to handle writing to the root of your workspace.

Fixes #22267

Closes #23813.

PiperOrigin-RevId: 682196916
Change-Id: I5f6fe3c72cfc3fe9a891e0d44440cb49bbc787d8

Commit
9aaeb9f

Co-authored-by: Keith Smiley <keithbsmiley@gmail.com>
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 4, 2024
@Wyverald Wyverald added this pull request to the merge queue Oct 4, 2024
Merged via the queue into bazelbuild:release-7.4.0 with commit d2a7cec Oct 4, 2024
51 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-CLI Console UI team-Configurability platforms, toolchains, cquery, select(), config transitions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants