Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/libc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d7b3a2e8deab14a037defcf0ed516943e9a55103
Choose a base ref
..
head repository: rust-lang/libc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6a8efd3fb1e0a8548fbbd4ec761a52da29175f7
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 .travis.yml
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -241,6 +241,9 @@ matrix:
- env: TARGET=wasm32-wasi
- env: TARGET=powerpc-unknown-linux-gnu
- env: TARGET=s390x-unknown-linux-gnu
# FIXME(#1449): remove this once the corresponding rust-lang/rust PR lands
- env: TARGET=mips64-unknown-linux-musl
- env: TARGET=mips64el-unknown-linux-musl

install: travis_retry rustup target add $TARGET