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

Persist VCS Sources #598

Merged
merged 7 commits into from
May 15, 2020
Merged

Persist VCS Sources #598

merged 7 commits into from
May 15, 2020

Conversation

fosskers
Copy link
Owner

No description provided.

@fosskers fosskers linked an issue May 15, 2020 that may be closed by this pull request
built <- traverse buildPackages $ NEL.nonEmpty ps
traverse_ installPkgFiles $ fmap (<> cached) built >>= NEL.nonEmpty
traverse_ installPkgFiles $ (built <> Just cached) >>= NEL.nonEmpty
Copy link
Owner Author

Choose a reason for hiding this comment

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

There was a subtle bug here.

@fosskers fosskers merged commit 248b34b into master May 15, 2020
@fosskers fosskers deleted the colin/persist-vcs branch May 15, 2020 19:20
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.

Don't clone VCS clones over and over again
1 participant