From f373a5c27302a7d2f77fa5dfe8f72d264301fc9d Mon Sep 17 00:00:00 2001 From: Ivan Avdeev Date: Sat, 22 Apr 2023 12:28:37 -0700 Subject: [PATCH] ci: temporarily disable the nswitch target It started failing suddenly w/o any changes on our part. It is irrelevant for this fork, so disable it for now. --- .github/workflows/c-cpp.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6f3861bd9b..bbeaaa5583 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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 @@ -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