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

Add a lock target abstraction #10129

Draft
wants to merge 1 commit into
base: charlie/installable
Choose a base branch
from

Conversation

charliermarsh
Copy link
Member

Summary

This PR introduces a LockTarget, which is peer to InstallTarget and enables us to capture the common functionality necessary to support locking.

For now, to minimize changes, only the Workspace target is implemented. In a future PR, I'll add a Script target for both locking and installing.

@charliermarsh charliermarsh added no-build Disable building binaries in CI no-test Disable CI tests for a pull request internal A refactor or improvement that is not user-facing labels Dec 23, 2024
@charliermarsh charliermarsh marked this pull request as draft December 24, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing no-build Disable building binaries in CI no-test Disable CI tests for a pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant