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

Fix staleness issues with recent Bazel versions #2006

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Fix staleness issues with recent Bazel versions #2006

merged 1 commit into from
Jan 7, 2025

Conversation

fmeum
Copy link
Member

@fmeum fmeum commented Jan 7, 2025

What type of PR is this?

Bug fix

What package or component does this PR mostly affect?

go_repository

What does this PR do? Why is it needed?

ctx.path and label attributes may no longer implicitly watch their contents in Bazel 7.4 and higher, so we need to explicitly watch them.

Which issues(s) does this PR fix?

Other notes for review

@fmeum fmeum requested review from tyler-french and linzhp January 7, 2025 07:55
`ctx.path` and label attributes may no longer implicitly watch their contents in Bazel 7.4 and higher, so we need to explicitly watch them.
@fmeum fmeum merged commit ee13a0f into master Jan 7, 2025
16 checks passed
@fmeum fmeum deleted the fix-watch branch January 7, 2025 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants