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 cache VCS version outside the current pants session. (Cherry-pick of #17017) #17021

Merged
merged 1 commit into from Sep 27, 2022

Conversation

Eric-Arellano
Copy link
Contributor

The generate_python_from_setuptools_scm rule is uncacheable thanks to its dependency on MaybeGitWorktree, so it always runs, but the underlying setuptools_scm process it invokes was still being memoized. This change fixes that.

[ci skip-rust]

…d#17017)

The generate_python_from_setuptools_scm rule is uncacheable thanks to its dependency on MaybeGitWorktree, so it always runs, but the underlying setuptools_scm process it invokes was still being memoized. This change fixes that.
# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@Eric-Arellano Eric-Arellano added the category:bugfix Bug fixes for released features label Sep 27, 2022
@Eric-Arellano Eric-Arellano merged commit 5766e64 into pantsbuild:2.14.x Sep 27, 2022
@Eric-Arellano Eric-Arellano deleted the cp-vcs-vers-14 branch September 27, 2022 18:13
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.

None yet

2 participants