summary refs log tree commit diff
path: root/src/ci/docker/linux-tested-targets/musl-libunwind-patch.patch
AgeCommit message (Collapse)AuthorLines
2017-01-15travis: Add i586 linux and i686 muslAlex Crichton-0/+15
This commit expands the existing x86_64-musl entry in the Travis matrix to also build/test i586-unknown-linux-gnu and i686-unknown-linux-musl. cc #38531 Closes #39053