Skip to content

build: add support for installing the image #124

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

compnerd
Copy link
Member

This replicates much of the logic from the new runtimes build to support installing the Swift interface and the runtime components. Additionally, we are now able to generate the targets configuration to allow dependencies between projects.

@compnerd compnerd requested a review from iCharlesHu as a code owner July 16, 2025 18:11
This replicates much of the logic from the new runtimes build to support
installing the Swift interface and the runtime components. Additionally,
we are now able to generate the targets configuration to allow
dependencies between projects.
Copy link
Contributor

@jakepetroules jakepetroules left a comment

Choose a reason for hiding this comment

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

CMake Error at cmake/modules/PlatformInfo.cmake:30 (string):
string sub-command JSON member 'target platform' not found.
Call Stack (most recent call first):
CMakeLists.txt:25 (include)

CMake Error at cmake/modules/PlatformInfo.cmake:38 (string):
string sub-command JSON member 'target arch' not found.
Call Stack (most recent call first):
CMakeLists.txt:25 (include)

@compnerd
Copy link
Member Author

okay, so seems like we are going to need a backwards compatibility path for this as we need to target 6.1

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