Skip to content

Commit

Permalink
.github: disable plain build. broken with cextras
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 21, 2023
1 parent 3cc14d5 commit 0ccf2e0
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -127,7 +108,6 @@ jobs:
needs:
- build
- build-openbsd
- plain-build
- test
runs-on: ubuntu-latest
container: gottox/sqsh-build:latest
Expand Down

0 comments on commit 0ccf2e0

Please sign in to comment.