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

Download all inputs when running plz test & plz cover #3069

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

janhancic
Copy link
Member

This is a follow-up for #3066

@@ -1301,7 +1301,6 @@ func (state *BuildState) GetPreloadedSubincludes() []BuildLabel {

// DownloadInputsIfNeeded downloads all the inputs (or runtime files) for a target if we are building remotely.
func (state *BuildState) DownloadInputsIfNeeded(target *BuildTarget, runtime bool) error {
// TODO(jan): Remove this function once `DownloadAllInputs` has been fully implemented across both build & test.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed this TODO as it looks like this is actually still used in a few other places. I'd like to discuss this when we have a chance because I think it highlighted another gap in my understanding; so I'd like to plug that but it isn't crucial for us to resolve this for the purposes of fixing the --shell issue.

@janhancic janhancic merged commit c339ee1 into thought-machine:master Feb 8, 2024
14 checks passed
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