Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Aug 13, 2024
1 parent 8a5f7ce commit 6d650bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/musl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
export PREFIX="$(pwd)/static-prefix"
contrib/build-static-deps.sh
export PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig"
export PATH="$PREFIX/bin:$PATH"
export CC=musl-gcc
export CFLAGS="-I$PREFIX/musl/include"
export LDFLAGS="-static"
autoreconf -i
./configure --prefix="$PREFIX" --disable-shared --enable-build-raft
make -j$(nproc) check

0 comments on commit 6d650bc

Please sign in to comment.