Skip to content
Snippets Groups Projects
Commit 74d5a983 authored by Alan Somers's avatar Alan Somers
Browse files

Disable the aarch64-unknown-linux-musl workaround for #856

This bug was never diagnosed.  Perhaps it's been resolved by a newer
compiler.
Fixes #856
parent cd35cdaa
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,6 @@ matrix: ...@@ -53,8 +53,6 @@ matrix:
- env: TARGET=arm-unknown-linux-musleabihf - env: TARGET=arm-unknown-linux-musleabihf
- env: TARGET=aarch64-unknown-linux-gnu - env: TARGET=aarch64-unknown-linux-gnu
- env: TARGET=aarch64-unknown-linux-musl - env: TARGET=aarch64-unknown-linux-musl
# FIXME(#856)
rust: 1.22.1
- env: TARGET=powerpc-unknown-linux-gnu - env: TARGET=powerpc-unknown-linux-gnu
- env: TARGET=powerpc64-unknown-linux-gnu - env: TARGET=powerpc64-unknown-linux-gnu
- env: TARGET=powerpc64le-unknown-linux-gnu - env: TARGET=powerpc64le-unknown-linux-gnu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment