From 168305494d0db2791afdeca5b638ef54a383b119 Mon Sep 17 00:00:00 2001 From: Pavel Punsky Date: Wed, 24 Jan 2024 04:08:08 -0800 Subject: [PATCH] Exclude testing `alpine` Docker image on `s390x` arch on CI due to QEMU emulation problems (#1395, #1390) Co-authored-by: Kai Ren Co-authored-by: Michael Jones --- .github/workflows/docker.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ed7d39d..3e76a1f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -95,15 +95,15 @@ jobs: - i386 - ppc64le - s390x - runs-on: ${{ (matrix.dist == 'alpine' && matrix.arch == 's390x' && 'macos') - || 'ubuntu' }}-latest + # TODO: Try remove on new QEMU or Coturn versions. + # Temporarily exclude `alpine` on `s390x` arch, as QEMU emulation + # currently times out and fails the CI. + exclude: + - dist: alpine + arch: s390x + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Setup Docker and Docker Compose - run: | - brew install colima docker - colima start - if: ${{ matrix.dist == 'alpine' && matrix.arch == 's390x' }} - uses: docker/setup-qemu-action@v3 - run: make npm.install working-directory: docker/coturn/