Skip to content

Commit

Permalink
Merge pull request #433 from alexcrichton/update
Browse files Browse the repository at this point in the history
Try to fix powerpc64 and update to crates.io ctest
  • Loading branch information
alexcrichton authored Oct 21, 2016
2 parents 4260022 + 78070bd commit 80e83e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ matrix:
rust: stable
- os: linux
env: TARGET=powerpc64-unknown-linux-gnu
rust: stable
rust: beta
- os: linux
env: TARGET=mips-unknown-linux-musl
rust: stable
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions libc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ build = "build.rs"
libc = { path = ".." }

[build-dependencies]
ctest = { git = "https://github.com/alexcrichton/ctest" }

[replace]
"gcc:0.3.35" = { git = "https://github.com/alexcrichton/gcc-rs" }
ctest = "0.1"
2 changes: 1 addition & 1 deletion libc-test/generate-files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ name = "generate-files"
path = "../build.rs"

[dependencies]
ctest = { git = "https://github.com/alexcrichton/ctest" }
ctest = "0.1"

0 comments on commit 80e83e6

Please sign in to comment.