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

statically linked binaries for Xifra the Build Breaker #13

Closed
wants to merge 24 commits into from

Conversation

sukoneck
Copy link
Contributor

@sukoneck sukoneck commented Nov 1, 2024

use musl and cross to build statically linked bin in release pipeline.

# require openssl vendored in Config.toml
[dependencies]
openssl = { version = "0.10", features = ["vendored"], optional = false }

# target musl rather than gnu
- target: x86_64-unknown-linux-musl

# build with cross rather than cargo
run: cross build --release --target ${{ matrix.configs.target }}

@sukoneck sukoneck changed the title Xifra the Build Breaker statically linked binaries for Xifra the Build Breaker Nov 2, 2024
@sukoneck sukoneck marked this pull request as ready for review November 2, 2024 00:56
@sukoneck
Copy link
Contributor Author

sukoneck commented Nov 4, 2024

merged in #15

@sukoneck sukoneck closed this Nov 4, 2024
@sukoneck sukoneck deleted the block-processor-signing-vDaniel branch November 8, 2024 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.

3 participants