Skip to content

Commit

Permalink
Merge pull request #2298 from input-output-hk/update-ring
Browse files Browse the repository at this point in the history
Update ring & restore release for PowerPC and MIPS
  • Loading branch information
NicolasDP authored Jun 1, 2020
2 parents dc50b23 + 0dd4982 commit 215ae97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
- {os: ubuntu-latest, toolchain: stable, target: x86_64-unknown-linux-musl, target_cpu: generic, cross: true}
- {os: ubuntu-latest, toolchain: stable, target: x86_64-unknown-linux-musl, target_cpu: broadwell, cross: true}
- {os: ubuntu-latest, toolchain: stable, target: aarch64-linux-android, target_cpu: generic, cross: true}
# mips and powerpc are not compitble with ring v0.16.10, so they are disabled for now
# - {os: ubuntu-latest, target: mips64el-unknown-linux-gnuabi64, cross: true}
# - {os: ubuntu-latest, target: powerpc64le-unknown-linux-gnu, cross: true}
- {os: ubuntu-latest, target: mips64el-unknown-linux-gnuabi64, cross: true}
- {os: ubuntu-latest, target: powerpc64le-unknown-linux-gnu, cross: true}
# Macos
- {os: macos-latest, toolchain: stable, target: x86_64-apple-darwin, target_cpu: generic, cross: false}
- {os: macos-latest, toolchain: stable, target: x86_64-apple-darwin, target_cpu: broadwell, cross: false}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
- {os: ubuntu-latest, toolchain: stable, target: aarch64-unknown-linux-gnu, target_cpu: generic, cross: true}
- {os: ubuntu-latest, toolchain: stable, target: arm-unknown-linux-gnueabi, target_cpu: generic, cross: true}
- {os: ubuntu-latest, toolchain: stable, target: armv7-unknown-linux-gnueabihf, target_cpu: generic, cross: true}
# mips and powerpc are not compitble with ring v0.16.10, so they are disabled for now
# - {os: ubuntu-latest, target: mips64el-unknown-linux-gnuabi64, cross: true}
# - {os: ubuntu-latest, target: powerpc64le-unknown-linux-gnu, cross: true}
- {os: ubuntu-latest, target: mips64el-unknown-linux-gnuabi64, cross: true}
- {os: ubuntu-latest, target: powerpc64le-unknown-linux-gnu, cross: true}
- {os: ubuntu-latest, toolchain: stable, target: x86_64-unknown-linux-musl, target_cpu: generic, cross: true}
- {os: ubuntu-latest, toolchain: stable, target: x86_64-unknown-linux-musl, target_cpu: broadwell, cross: true}
- {os: ubuntu-latest, toolchain: stable, target: aarch64-linux-android, target_cpu: generic, cross: true}
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 215ae97

Please sign in to comment.