Merge pull request #350 from rust-random/android

Disable cross build/tests on Android
This commit is contained in:
Joe Richey
2023-03-24 14:35:47 -07:00
committed by GitHub
+4 -2
View File
@@ -134,7 +134,9 @@ jobs:
matrix:
target: [
aarch64-unknown-linux-gnu,
aarch64-linux-android,
# TODO: add Android tests back when the cross cuts a new release.
# See: https://github.com/cross-rs/cross/issues/1222
# aarch64-linux-android,
mips-unknown-linux-gnu,
wasm32-unknown-emscripten,
]
@@ -206,7 +208,7 @@ jobs:
- name: Install precompiled wasm-pack
shell: bash
run: |
VERSION=v0.10.3
VERSION=v0.11.0
URL=https://github.com/rustwasm/wasm-pack/releases/download/${VERSION}/wasm-pack-${VERSION}-${{ matrix.host }}.tar.gz
wget -O - $URL | tar -xz --strip-components=1 -C ~/.cargo/bin
wasm-pack --version