Skip to content

build: stage the swiftmodule for build compatibility #216

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
Aug 15, 2018

Conversation

compnerd
Copy link
Member

Copy the swiftmodule and swiftdoc to the root of the build to permit
building swiftpm in the swift build against the CMake build.

@compnerd
Copy link
Member Author

CC: @briancroom @modocache

@compnerd
Copy link
Member Author

@swift-ci please test

Copy link
Contributor

@modocache modocache left a comment

Choose a reason for hiding this comment

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

LGTM, but I would hold off on merging this until after swiftlang/swift#17180 builds successfully with Swift CI.

CMakeLists.txt Outdated
@@ -94,6 +94,20 @@ add_swift_library(XCTest
-I${XCTEST_PATH_TO_FOUNDATION_BUILD}/Foundation
-I${XCTEST_PATH_TO_FOUNDATION_BUILD}/Foundation/usr/lib/swift)

# Temporary staging; the various swift projects that depend on XCTest all expect
# the swiftdoc and swiftmodule to be in the top level.
# So faor now, make a copy so we don't haev to do a coordinated commit across
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo, should be "for now" and "have to"

Copy the swiftmodule and swiftdoc to the root of the build to permit
building swiftpm in the swift build against the CMake build.
@compnerd
Copy link
Member Author

Going to merge this since it doesn't break anything but reduces the outstanding changes to switch s-c-f to CMake.

@compnerd compnerd merged commit 143d89b into swiftlang:master Aug 15, 2018
@compnerd compnerd deleted the stage branch August 15, 2018 20:27
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