Skip to content

Commit

Permalink
Merge pull request #350 from rust-random/android
Browse files Browse the repository at this point in the history
Disable cross build/tests on Android
  • Loading branch information
josephlr committed Mar 24, 2023
2 parents 41cc07a + 5042b09 commit 8eb9c2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -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,
]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8eb9c2d

Please sign in to comment.