-
Notifications
You must be signed in to change notification settings - Fork 161
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
static builder on travis #260
Conversation
The next step to fix #185 is to deploy the static build. But I don't known how to do it. |
Cool, thanks! Let's hold this until #259 converges. |
- Rename the feature to "serialization" - Expand the commentary in README.md a bit - Add docstrings to the two `PersistentConfig::open()` methods - Single-line style in the `extern crate` directives
When linking statically on musl targets, this function clashes with a symbol in OpenSSL. So just rename it.
- Don't bother with the Docker shell scripts, which were one-liners - docker/x86_musl => dist/docker/x86-alpine-linux-musl - The rename of AES_cbc_encrypt is now permanently applied - Run the test suite inside the static container - Add copyright/license headers - Move the pkg-config-rs patching script to the specific Docker directory - Add Cargo.toml note about tracking the correct version of pkg-config.rs
Codecov Report
@@ Coverage Diff @@
## master #260 +/- ##
=========================================
Coverage ? 41.47%
=========================================
Files ? 135
Lines ? 61169
Branches ? 0
=========================================
Hits ? 25371
Misses ? 35798
Partials ? 0
Continue to review full report at Codecov.
|
@pkgw It's look great to me! Thanks for working on this. |
Includes #259