Skip to content

Commit

Permalink
Merge #212
Browse files Browse the repository at this point in the history
212: remove pic32-wifire from BOARDS r=chrysn a=kaspar030

MIPS support was removed: RIOT-OS/RIOT#18562

Co-authored-by: Kaspar Schleiser <[email protected]>
  • Loading branch information
bors[bot] and kaspar030 authored Oct 12, 2022
2 parents b5d0766 + 4223425 commit 7bb4d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
env:
BUILD_IN_DOCKER: 1
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native pic32-wifire samr21-xpro"
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native samr21-xpro"

- name: GNU microbit qemu test
run: >
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
# Not all of them are actually available; still using the "canonical"
# list of representative boards above to keep this stable whil Rust
# support expands
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native pic32-wifire samr21-xpro"
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native samr21-xpro"

- name: Run static tests
run: |
Expand Down

0 comments on commit 7bb4d7f

Please sign in to comment.