Skip to content

Commit

Permalink
rename mips to big-endian
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvollmer committed Sep 20, 2023
1 parent c0205f6 commit c331b78
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Expand Up @@ -57,14 +57,13 @@ jobs:
cargo-msrv verify
# github actions does not support big endian systems directly, but it does support QEMU.
# so we install qemu, cross-compile to sparc64, and then run the tests in an emulated sparc64.
# see https://github.com/wasm3/wasm3/blob/main/.github/workflows/tests.yml#L318
mips:
# so we use cross-rs, which uses QEMU internally.
big-endian:
runs-on: ubuntu-20.04
name: test on emulated big endian system
timeout-minutes: 90 # todo just make tests faster wtf

# we are using the cross project for cross compilation to mips:
# we are using the cross project for cross compilation:
# https://github.com/cross-rs/cross

steps:
Expand Down

0 comments on commit c331b78

Please sign in to comment.