summary refs log tree commit diff
path: root/src/ci/docker/linux-tested-targets
AgeCommit message (Collapse)AuthorLines
2017-01-22travis: Enable testing i686 muslAlex Crichton-2/+2
This fixes the final issues with the target related to unwinding by disabling removal of frame pointers.
2017-01-20More test fixes from rollupAlex Crichton-1/+1
2017-01-15travis: Add i586 linux and i686 muslAlex Crichton-0/+123
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