Skip to content

Commit

Permalink
(TEST) Skip armv7 HF
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Mar 20, 2021
1 parent 8e12119 commit 63d301d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
TARGET: armv7-unknown-linux-musleabi
OPENSSL_ARCH: linux-generic32
RUST_MUSL_MAKE_CONFIG: config.mak.32
- IMAGE_TAG: armv7-musleabihf
TARGET: armv7-unknown-linux-musleabihf
OPENSSL_ARCH: linux-generic32
RUST_MUSL_MAKE_CONFIG: config.mak.32
# TODO: reenable after figuring out what's failing here:
# - IMAGE_TAG: armv7-musleabihf
# TARGET: armv7-unknown-linux-musleabihf
# OPENSSL_ARCH: linux-generic32
# RUST_MUSL_MAKE_CONFIG: config.mak.32
- IMAGE_TAG: i586-musl
TARGET: i586-unknown-linux-musl
OPENSSL_ARCH: linux-elf
Expand Down

0 comments on commit 63d301d

Please sign in to comment.