Skip to content

Commit bea4879

Browse files
committed
Pin aarch64 musl to 1.22.0
Apparently it fails on 1.23.0 for mysterious reasons
1 parent 6978440 commit bea4879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ matrix:
5353
- env: TARGET=arm-unknown-linux-musleabihf
5454
- env: TARGET=aarch64-unknown-linux-gnu
5555
- env: TARGET=aarch64-unknown-linux-musl
56-
rust: beta
56+
# FIXME(#856)
57+
rust: 1.22.1
5758
- os: osx
5859
osx_image: xcode8.2
5960
env: TARGET=i386-apple-ios

0 commit comments

Comments
 (0)