Skip to content

Commit

Permalink
Disabling some of targets due to rust-std being not available
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Mar 31, 2024
1 parent 1ed0ca8 commit 9b68d1c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ jobs:
target: arm-unknown-linux-gnueabihf
- os: ubuntu-latest
target: armv7-unknown-linux-gnueabihf
- os: ubuntu-latest
target: loongarch64-unknown-linux-gnu
# `rust-std` is not available
# - os: ubuntu-latest
# target: loongarch64-unknown-linux-gnu
- os: ubuntu-latest
target: mips-unknown-linux-gnu
- os: ubuntu-latest
Expand Down Expand Up @@ -185,8 +186,9 @@ jobs:
include:
- os: macos-latest
target: aarch64-apple-ios
- os: ubuntu-latest
target: aarch64-unknown-fuchsia
# `rust-std` is not available
# - os: ubuntu-latest
# target: aarch64-unknown-fuchsia
- os: ubuntu-latest
target: aarch64-linux-android
- os: ubuntu-latest
Expand Down

0 comments on commit 9b68d1c

Please sign in to comment.