Skip to content

Enable x86_64-unknown-linux-musl Builds on Travis CI#65

Closed
indiv0 wants to merge 1 commit intomasterfrom
chore-add-musl-builds
Closed

Enable x86_64-unknown-linux-musl Builds on Travis CI#65
indiv0 wants to merge 1 commit intomasterfrom
chore-add-musl-builds

Conversation

@indiv0
Copy link
Copy Markdown
Owner

@indiv0 indiv0 commented May 15, 2016

Added x86_64-unknown-linux-musl builds for all the tool chains.
Enable sudo: true for musl builds on Travis CI so that musl-tools can be
installed with apt-get.
Set dist: trusty for musl Travis CI builds to build on Ubuntu Trusty.
Modified the ci/install.sh script to install the musl-tool package for the
x86_64-unknown-linux-musl target so that musl-gcc is available to certain
crates (e.g. miniz-sys).

Closes #60.

Added x86_64-unknown-linux-musl builds for all the tool chains.
Enable `sudo: true` for musl builds on Travis CI so that `musl-tools` can be
installed with `apt-get`.
Set `dist: trusty` for musl Travis CI builds to build on Ubuntu Trusty.
Modified the `ci/install.sh` script to install the `musl-tool` package for the
`x86_64-unknown-linux-musl` target so that `musl-gcc` is available to certain
crates (e.g. `miniz-sys`).
@coveralls
Copy link
Copy Markdown

coveralls commented May 15, 2016

Coverage Status

Coverage increased (+15.7%) to 15.827% when pulling ed7418d on chore-add-musl-builds into 5634d63 on master.

@indiv0 indiv0 closed this Dec 13, 2020
@indiv0 indiv0 deleted the chore-add-musl-builds branch December 13, 2020 03:25
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.

Enable x86_64-unknown-linux-musl Builds on Travis CI

2 participants