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: add option to disable building of statically linked binaries #99

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

niladrih
Copy link
Member

Builds compile dependencies twice if binaries are built statically. Adding an option to disable static binary builds lets one build the binaries in the same cargo build as the rest of the Rust crates. This is useful when we're trying to save time building during integration tests.

scripts/release.sh Outdated Show resolved Hide resolved
scripts/release.sh Outdated Show resolved Hide resolved
scripts/release.sh Outdated Show resolved Hide resolved
Builds compile dependencies twice if binaries are built statically. Adding
an option to disable static binary builds lets one build the binaries in
the same cargo build as the rest of the Rust crates. This is useful when
we're trying to save time building during integration tests.

Signed-off-by: Niladri Halder <[email protected]>
@niladrih niladrih merged commit 1aba340 into develop Oct 17, 2024
3 checks passed
@niladrih niladrih deleted the dynamic-bins branch October 17, 2024 11:18
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.

3 participants