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

ci: Automate release tarball creation #2227

Open
ribose-jeffreylau opened this issue May 6, 2024 · 0 comments
Open

ci: Automate release tarball creation #2227

ribose-jeffreylau opened this issue May 6, 2024 · 0 comments
Labels
build continuous integration Any issues pertaining to CI, e.g. GHA

Comments

@ribose-jeffreylau
Copy link
Contributor

Description

Currently, release tarballs and zip files that bundle submodule source files have to be created manually, using these commands:

> cmake -B build -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF
> cpack -B build -G TGZ --config build/CPackSourceConfig.cmake

These bundled tarballs are necessary since the GitHub-automatically-generated ones do not include the submodule sources.
It is these bundled tarballs that we sign.

Expected Behavior

It is expected that CI would handle the creation of these archives for us.
Ideally, these would automatically attach to the current working draft release on GitHub.

Actual Behavior

These tarballs have to be generated and uploaded manually during each release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build continuous integration Any issues pertaining to CI, e.g. GHA
Projects
None yet
Development

No branches or pull requests

1 participant