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

static builder on travis #260

Merged
merged 5 commits into from
Nov 21, 2018
Merged

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    f0c8827 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Some polish to optional-serde-derive

    - 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
    pkgw committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    a8f6967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c13c2c8 View commit details
    Browse the repository at this point in the history
  3. tectonic: rename AES_cbc_encrypt

    When linking statically on musl targets, this function clashes with a symbol
    in OpenSSL. So just rename it.
    pkgw committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    69b85c0 View commit details
    Browse the repository at this point in the history
  4. Some futzing with the static-musl branch

    - 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
    pkgw committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    4fcb5a3 View commit details
    Browse the repository at this point in the history