Skip to content

Commit

Permalink
Merge pull request #123 from rakaly/cross
Browse files Browse the repository at this point in the history
Swap big endian CI tests to PowerPC from MIPS
  • Loading branch information
nickbabcock authored Aug 28, 2023
2 parents d8b2b7b + 2d659aa commit 97fb3b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- nightly
- macos
- win-msvc
- stable-mips
- big-endian
- stable-32
include:
- build: stable
Expand All @@ -40,10 +40,10 @@ jobs:
- build: win-msvc
os: windows-latest
rust: stable
- build: stable-mips
- build: big-endian
os: ubuntu-latest
rust: stable
target: mips64-unknown-linux-gnuabi64
target: powerpc64-unknown-linux-gnu
- build: stable-32
os: ubuntu-latest
rust: stable
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Use Cross
if: matrix.target != ''
run: |
cargo install --version 0.2.1 cross
cargo install cross
echo "CARGO=cross" >> $GITHUB_ENV
echo "TARGET=--target ${{ matrix.target }}" >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit 97fb3b4

Please sign in to comment.