Skip to content

Commit

Permalink
CI: replace MIPS cross tests with PPC32 (#503)
Browse files Browse the repository at this point in the history
mips-unknown-linux-gnu is now a Tier 3 target: rust-lang/rust#115218.

This means we can't use it for cross tests anymore since std is no
longer built for it.

This commit replaces it with powerpc-unknown-linux-gnu, a big endian
Tier 2 target.
  • Loading branch information
tarcieri committed Sep 19, 2023
1 parent 42d3a25 commit 4372c77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blake2.yml
Expand Up @@ -88,7 +88,7 @@ jobs:
- stable
target:
- aarch64-unknown-linux-gnu
- mips-unknown-linux-gnu
- powerpc-unknown-linux-gnu
features:
- default

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sha1.yml
Expand Up @@ -141,7 +141,7 @@ jobs:
- stable
target:
- aarch64-unknown-linux-gnu
- mips-unknown-linux-gnu
- powerpc-unknown-linux-gnu
features:
- default
# **** NOTE: Currently broken with `asm` feature enabled! See:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sha2.yml
Expand Up @@ -131,7 +131,7 @@ jobs:
- stable
target:
- aarch64-unknown-linux-gnu
- mips-unknown-linux-gnu
- powerpc-unknown-linux-gnu
features:
- default
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sha3.yml
Expand Up @@ -78,7 +78,7 @@ jobs:
- stable
target:
- aarch64-unknown-linux-gnu
- mips-unknown-linux-gnu
- powerpc-unknown-linux-gnu
features:
- default

Expand Down

0 comments on commit 4372c77

Please sign in to comment.