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

don't generate default tool lockfiles #15488

Merged
merged 2 commits into from
May 17, 2022

Conversation

tdyas
Copy link
Contributor

@tdyas tdyas commented May 16, 2022

Do not generate tool lockfiles if the tool is using the default lockfile. The bug was probably introduced by me in #15242.

Closes #15460.

[ci skip-rust]

@tdyas tdyas added the category:bugfix Bug fixes for released features label May 16, 2022
@tdyas tdyas requested review from stuhood and Eric-Arellano May 16, 2022 01:49
@Eric-Arellano
Copy link
Contributor

Sounds like this needs cherrypick to 2.12. Added labels

@tdyas
Copy link
Contributor Author

tdyas commented May 16, 2022

CI failure seems like it is from PR about to be reverted.

@tdyas tdyas force-pushed the jvm_fix_default_tool_lockfiles branch from 630e36f to 5c781f9 Compare May 16, 2022 18:12
@tdyas
Copy link
Contributor Author

tdyas commented May 16, 2022

I still need to write a test for this.

Tom Dyas added 2 commits May 16, 2022 18:12
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
[ci skip-rust]

[ci skip-build-wheels]
@tdyas tdyas force-pushed the jvm_fix_default_tool_lockfiles branch from 5c781f9 to cd8be50 Compare May 16, 2022 22:35
@tdyas tdyas merged commit 9762509 into pantsbuild:main May 17, 2022
@tdyas tdyas deleted the jvm_fix_default_tool_lockfiles branch May 17, 2022 00:22
tdyas pushed a commit to tdyas/pants that referenced this pull request May 17, 2022
Do not generate tool lockfiles if the tool is using the default lockfile. The bug was probably introduced by me in pantsbuild#15242.

Closes pantsbuild#15460.

[ci skip-rust]
# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
tdyas pushed a commit that referenced this pull request May 17, 2022
Do not generate tool lockfiles if the tool is using the default lockfile. The bug was probably introduced by me in #15242.

Closes #15460.

[ci skip-rust]
[ci skip-build-wheels]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

./pants generate-lockfiles writes out default tool lockfiles even with no explicit configuration
3 participants