Skip to content

[build-script-helper] Use separate module cache for builds #373

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

Merged
merged 2 commits into from
Nov 18, 2020

Conversation

edymtt
Copy link
Contributor

@edymtt edymtt commented Nov 17, 2020

This will ensure that multiple build jobs running in parallel on the
same machine using different Swift compilers (like it could be the case in CI) do not interfere with
each other.

Addresses rdar://71373849

This will ensure that multiple build jobs running in parallel on the
same machine (like it could be the case in CI) do not interfere with
each other.

Addresses rdar://71373849
@edymtt edymtt requested a review from artemcm November 17, 2020 15:47
Copy link
Contributor

@artemcm artemcm left a comment

Choose a reason for hiding this comment

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

Thank you, @edymtt.
And sorry, a recent PR introduced a merge conflict to this change.

@edymtt
Copy link
Contributor Author

edymtt commented Nov 18, 2020

@swift-ci please test

@edymtt edymtt changed the title [build-script-helper] Use separate module cache [build-script-helper] Use separate module cache for builds Nov 18, 2020
@edymtt edymtt merged commit a822152 into swiftlang:main Nov 18, 2020
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.

2 participants