Skip to content

Commit

Permalink
Add Alpine (musl libc) regressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz authored Nov 18, 2023
1 parent 975a0c2 commit 49f8440
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,19 @@ jobs:
run: bmake
- name: Run regress
run: bmake regress
alpine_sandboxed:
runs-on: ubuntu-latest
steps:
- name: Setup Alpine Linux environment
uses: jirutka/setup-alpine@v1.1.4
- name: Install dependencies
run: |
cat /etc/alpine-release
apk add build-base libcurl bmake
shell: alpine.sh --root {0}
- name: Compile and run regress
run: |
./configure CPPFLAGS="-DENABLE_SECCOMP_FILTER=1"
bmake
bmake regress
shell: alpine.sh {0}

0 comments on commit 49f8440

Please sign in to comment.