-
Notifications
You must be signed in to change notification settings - Fork 63
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
Build-script support #7
Comments
@compnerd Is the CMake build something you'd be interested in helping with? |
I can help with it possibly. I suspect that it shouldn't be too difficult, but that depends on the dependencies. |
compnerd
added a commit
to compnerd/apple-swift-build
that referenced
this issue
Feb 3, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses swiftlang#7.
compnerd
added a commit
to compnerd/apple-swift-build
that referenced
this issue
Feb 3, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses swiftlang#7.
compnerd
added a commit
to compnerd/apple-swift-build
that referenced
this issue
Feb 5, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses swiftlang#7.
compnerd
added a commit
to compnerd/apple-swift-build
that referenced
this issue
Feb 5, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses swiftlang#7.
compnerd
added a commit
to compnerd/apple-swift-build
that referenced
this issue
Feb 5, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses swiftlang#7.
compnerd
added a commit
to compnerd/apple-swift-build
that referenced
this issue
Feb 7, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses swiftlang#7.
compnerd
added a commit
to compnerd/apple-swift-build
that referenced
this issue
Feb 10, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses swiftlang#7.
compnerd
added a commit
to compnerd/apple-swift-build
that referenced
this issue
Feb 10, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses swiftlang#7.
compnerd
added a commit
to compnerd/apple-swift-build
that referenced
this issue
Feb 12, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses swiftlang#7.
compnerd
added a commit
that referenced
this issue
Feb 12, 2025
Add support for building with CMake which is required to get the toolchain bootstrapped. This partially addresses #7.
swiftlang/swift#79360 is interesting for this issue - it uses the CMake build as a starting point for smoke testing. I think that we need to get the linux builder's image updated to enable this though. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to install into the toolchain and become a required component of SwiftPM, we'll need build-script support. In the near term, we'll use a CMake-based build to bootstrap. This issue will track bringup of the CMake build configuration and build-script integration.
The text was updated successfully, but these errors were encountered: