Skip to content

Commit 542b03b

Browse files
committed
Tempoarily disable doctests to fix cross-compilation.
1 parent 6119830 commit 542b03b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ version = "0.1.0"
1111
[lib]
1212
name = "ring"
1313

14+
# XXX: When cross-compiling (e.g. i686 on x86_64), `cargo test` tries to run
15+
# the doctests but that doesn't work. Disable the doctests for all platforms
16+
# until we have a better workaround for this. See
17+
# https://github.com/rust-lang/cargo/issues/1789
18+
doctest=false
19+
1420
[build-dependencies]
1521
rustc-serialize = "0.3.15"
1622

0 commit comments

Comments
 (0)