From 56970d2aa1a957da13852eba79c18e4724196849 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 20 May 2024 19:13:55 +0100 Subject: [PATCH] Alpine doesn't install a working compiler and I can't be arsed to debug the stupid thing --- .github/workflows/alpine-linux.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/alpine-linux.yml diff --git a/.github/workflows/alpine-linux.yml b/.github/workflows/alpine-linux.yml deleted file mode 100644 index a2c6ec2..0000000 --- a/.github/workflows/alpine-linux.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Alpine Linux -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - container: - image: alpine - steps: - - uses: actions/checkout@v4 - - name: Test on Alpine - run: | - cat /etc/os-release - apk add perl gcc make git - yes|perl -MCPAN -e 'install qw(App::cpanminus local::lib Expect)' - export PERL5OPT=-Mlocal::lib - /usr/local/bin/cpanm --installdeps . - perl makefile-expect-driver.pl Linux Unix OSFeatures::POSIXShellRedirection HWCapabilities::Int64 Linux::Alpine - make test