From 0ccf2e0b99ec44a425982127fbf85dcfd3c0f109 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 21 Aug 2023 23:09:41 +0200 Subject: [PATCH] .github: disable plain build. broken with cextras --- .github/workflows/ci.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bcd1f98eb..a12e14d47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,25 +38,6 @@ jobs: run: | ninja -C /tmp/build test - plain-build: - runs-on: ubuntu-latest - container: gottox/sqsh-build:${{ matrix.arch }} - strategy: - matrix: - cc: - - gcc - - clang - arch: - #- i386 - - x86_64 - steps: - - uses: actions/checkout@v3 - - name: build - run: | - CC=${{ matrix.cc }} - apk add zlib-dev - $CC -o sqsh-ls tools/common.c tools/ls.c $(find lib -name '*.c') -DCONFIG_ZLIB -L/lib -lz - build: runs-on: ubuntu-latest container: gottox/sqsh-build:${{ matrix.arch }} @@ -127,7 +108,6 @@ jobs: needs: - build - build-openbsd - - plain-build - test runs-on: ubuntu-latest container: gottox/sqsh-build:latest