Skip to content

Build both host and target toolchains on CI #1387

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 1 commit into from
Jul 7, 2020
Merged

Conversation

MaxDesiatov
Copy link

@MaxDesiatov MaxDesiatov commented Jul 6, 2020

Both libPackageDescription.dylib and swiftc used to compile package manifests should come from the same toolchain for SwiftPM to work on macOS. This is resolved here by re-reverting the previous change #1024 to build both host and target toolchain in one go on CI. I'm wary of the disk space/time limit constraints, but I think those should be resolved separately when they appear, otherwise SwiftPM is completely broken on macOS currently. Resolves #1365.

@MaxDesiatov MaxDesiatov added the continuous integration Improvements to continuous integration label Jul 6, 2020
@MaxDesiatov MaxDesiatov marked this pull request as ready for review July 6, 2020 18:34
Copy link
Member

@kateinoigakukun kateinoigakukun left a comment

Choose a reason for hiding this comment

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

Looks much simpler! 👍

@MaxDesiatov MaxDesiatov merged commit d5d7a1c into swiftwasm Jul 7, 2020
@MaxDesiatov MaxDesiatov deleted the maxd/build-host branch July 7, 2020 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration Improvements to continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SwiftPM on macOS produces "error: manifest parse error(s)"
2 participants