Skip to content

github: Test with musl #3

github: Test with musl

github: Test with musl #3

Workflow file for this run

name: CI Tests (musl)
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt install -y musl-tools autoconf automake libtool make
- name: Static build
run: |
mkdir static-prefix
PREFIX="$(pwd)/static-prefix" contrib/build-static.sh build