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

Support building in the Swift toolchain #312

Merged
merged 3 commits into from
Sep 7, 2021

Conversation

Lukasa
Copy link
Contributor

@Lukasa Lukasa commented Sep 3, 2021

Motivation:

The Swift toolchain has an unusual build environment that attempts to
check out all package dependencies locally before building begins. To
support that flow we need to detect that we're in the toolchain
environment and defer to a local checkout accordingly.

Modifications:

  • Added a check for building in the toolchain.

Result:

Better builds in the toolchain.

Motivation:

The Swift toolchain has an unusual build environment that attempts to
check out all package dependencies locally before building begins. To
support that flow we need to detect that we're in the toolchain
environment and defer to a local checkout accordingly.

Modifications:

- Added a check for building in the toolchain.

Result:

Better builds in the toolchain.
@Lukasa Lukasa added the semver/patch No public API change. label Sep 3, 2021
@glbrntt
Copy link
Contributor

glbrntt commented Sep 3, 2021

FYI you may need apple/swift-nio#1950 (pushing this around the various repos is on my todo list)

@Lukasa Lukasa merged commit fc16b55 into apple:main Sep 7, 2021
@Lukasa Lukasa deleted the cb-support-nio-ssl-in-the-toolchain branch September 7, 2021 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants