Skip to content

Commit

Permalink
ci: temporarily disable the nswitch target
Browse files Browse the repository at this point in the history
It started failing suddenly w/o any changes on our part. It is irrelevant for this fork, so disable it for now.
  • Loading branch information
w23 authored Apr 22, 2023
1 parent 935c2e7 commit f373a5c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- os: ubuntu-20.04
targetos: linux
targetarch: i386
# TODO enable and test ref_vk for it too
# - os: ubuntu-aarch64-20.04
# targetos: linux
# targetarch: aarch64
Expand All @@ -34,9 +35,11 @@ jobs:
# targetos: motomagx
# targetarch: armv6

- os: ubuntu-20.04
targetos: nswitch
targetarch: arm64
# FIXME suddenly started failing, disable temporarily as irrelevant for ref_vk effort
# - os: ubuntu-20.04
# targetos: nswitch
# targetarch: arm64

- os: windows-latest
targetos: win32
targetarch: amd64
Expand Down

0 comments on commit f373a5c

Please sign in to comment.