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.3.1] Fix expected lockfile version to change based on --incompatible_use_plus_in_repo_names #23281

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

Wyverald
Copy link
Member

We write a different lockfile version based on --incompatible_use_plus_in_repo_names (see HACK in BazelLockFileModule.java). But we don't expect a different lockfile version based on that flag; this causes us to consider the lockfile always out-of-date when that flag is set.

Fixes #23279.

@Wyverald Wyverald requested a review from meteorcloudy August 12, 2024 23:19
@Wyverald Wyverald requested a review from a team as a code owner August 12, 2024 23:19
…ble_use_plus_in_repo_names`

We write a different lockfile version based on `--incompatible_use_plus_in_repo_names` (see HACK in `BazelLockFileModule.java`). But we don't _expect_ a different lockfile version based on that flag; this causes us to consider the lockfile _always_ out-of-date when that flag is set.

Fixes #23279.
@Wyverald Wyverald force-pushed the wyv-731-lockversion branch from 3ce6549 to 2877175 Compare August 12, 2024 23:20
@github-actions github-actions bot added awaiting-review PR is awaiting review from an assigned reviewer team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. labels Aug 12, 2024
@keertk keertk enabled auto-merge (squash) August 13, 2024 02:40
@keertk keertk merged commit d89b97d into release-7.3.1 Aug 13, 2024
53 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants