Allow emscripten asmjs and wasm32 targets to fail

This commit is contained in:
gnzlbg 2019-01-21 21:23:44 +01:00
parent 5a7b4e7796
commit b71ea8ba24

View file

@ -88,6 +88,11 @@ matrix:
- shellcheck --version
- shellcheck ci/*.sh
allow_failures:
# FIXME: https://github.com/rust-lang/libc/issues/1226
- env: TARGET=asmjs-unknown-emscripten
- env: TARGET=wasm32-unknown-emscripten
install: rustup target add $TARGET
script:
- cargo generate-lockfile --manifest-path libc-test/Cargo.toml