Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix powerpc64 and update to crates.io ctest #433

Merged
merged 1 commit into from
Oct 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"