We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5de25 commit 9cf6a55Copy full SHA for 9cf6a55
.travis.yml
@@ -97,6 +97,11 @@ matrix:
97
rust: beta
98
99
allow_failures:
100
+ # We allow beta to fail here because a bug might crop up in rust that causes it. We will
101
+ # however be on the lookout for this and file those bugs with upstream.
102
+ - env: TARGET=x86_64-unknown-linux-gnu
103
+ rust: beta
104
+
105
# Planning to add these targets, but they can fail for now
106
- env: TARGET=mips64-unknown-linux-gnuabi64
107
rust: 1.13.0
0 commit comments