Skip to content

Conversation

compnerd
Copy link
Member

The package manager runtime installation adjusted for the split build installs the module with the target triple named thick module format. Adjust the packaging rules to integrate that into the image.

The package manager runtime installation adjusted for the split build
installs the module with the target triple named thick module format.
Adjust the packaging rules to integrate that into the image.
<ComponentGroupRef Id="package_manager" />
<ComponentGroupRef Id="PackageManager" />
<!-- Package Manager Manifest Runtime -->
<ComponentGroupRef Id="CompilerPluginSupport" />
Copy link
Member

Choose a reason for hiding this comment

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

Do we want to prefix these ID's so that it's clear that they are for the manifest runtime and not something else?

Copy link
Member Author

Choose a reason for hiding this comment

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

We can, though I'm not sure if that has much value - you wouldn't have these modules duplicated. We could create a ComponentGroup with the modules if you prefer.

@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>

Copy link
Member

Choose a reason for hiding this comment

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

miscellaneous newline?

Copy link
Member Author

Choose a reason for hiding this comment

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

I just added that to have some space with the Include to match the other packages

@compnerd compnerd requested a review from etcwilde October 7, 2025 23:17
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