Skip to content
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

Split CI artifacts into platform-specific versions #403

Open
trisyoungs opened this issue Nov 18, 2022 · 0 comments
Open

Split CI artifacts into platform-specific versions #403

trisyoungs opened this issue Nov 18, 2022 · 0 comments

Comments

@trisyoungs
Copy link
Member

At present our BuildPackage stage in the CI creates a monolithic "Packages" artifact containing all binaries over all platforms. This is convenient from the perspective of the subsequent Publish stage (to be implemented) but is inconvenient when downloading a binary to test on a specific platform (the Linux singularity image accounts for a significant portion of the file size).

Three separate artifacts should be generated instead, one for each platform. The Publish stage will then need to download three artifact locations rather than one.

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

No branches or pull requests

1 participant