Skip to content

Commit

Permalink
Merge pull request #70 from jjcomer/master
Browse files Browse the repository at this point in the history
remove arm linux target
  • Loading branch information
jjcomer authored May 5, 2022
2 parents 14e02a2 + 0580091 commit f2bf09e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
target:
# Rustc's Tier 1 platforms
# https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1-with-host-tools
- aarch64-unknown-linux-gnu
# Windows gnu is not currently working
# - i686-pc-windows-gnu
- i686-pc-windows-msvc
Expand All @@ -39,9 +38,6 @@ jobs:
# Testability according to cross
# https://github.com/rust-embedded/cross#supported-targets
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
testable: true
# - target: i686-pc-windows-gnu
# os: windows-latest
# testable: true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
target:
# Rustc's Tier 1 platforms
# https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1-with-host-tools
- aarch64-unknown-linux-gnu
# Windows gnu is not currently working
# - i686-pc-windows-gnu
- i686-pc-windows-msvc
Expand All @@ -35,8 +34,6 @@ jobs:
# Testability according to cross
# https://github.com/rust-embedded/cross#supported-targets
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
# - target: i686-pc-windows-gnu
# os: windows-latest
- target: i686-pc-windows-msvc
Expand Down

0 comments on commit f2bf09e

Please sign in to comment.