-
Notifications
You must be signed in to change notification settings - Fork 89
build: attempt to bundle files for the modules #243
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
base: main
Are you sure you want to change the base?
Conversation
This adds a helper to bundle files into the resource directory for the module.
@swift-ci please test |
What about SWBApplePlatform, SWBUniversalPlatform, and SWBCore? |
I wanted to get the basic files packaged up first. There was the question of whether the |
fwiw preserving the Specs/ directory structure is not important, it's just a way of organizing the sources |
@compnerd would you mind if I picked these changes over to another PR? I've been testing them out with some local additions to begin bundling the rest of the specs and simplify the resource accessor codegen a bit. |
@owenv nope, by all means! Sorry, I've not been able to push this forward, been trying to finish up the static linking support to get the early swift-driver enabled on Windows. |
No problem, thanks! it's been a good opportunity to get more familiar with the toolchain build For reference: opened as #488 |
This adds a helper to bundle files into the resource directory for the module.