aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/fix-linux_musl_base.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/rust: reorganize patchesShiz2017-04-211-63/+0
| | | | | | | This divides up the patches in three logical categories: - musl-*.patch: musl support patches intended for upstreaming; - alpine-*.patch: Alpine-specific patches that are likely not upstreamable; - *.patch: functionality patch that may make it upstream.
* testing/rust: refactor patches for linux_musl_base.rsJakub Jirutka2017-04-131-2/+1
|
* testing/rust: build dynamically linked binaries by defaultJakub Jirutka2017-04-131-1/+2
| | | | | Note that users still can switch to static linking using `-C target-feature=+crt-static`, that is allowed in our rustc.
* testing/rust: upgrade to 1.16.0 and properly fix dynamic linkingJakub Jirutka2017-04-091-0/+63