Skip to content

Commit

Permalink
musl-dev openssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Sep 15, 2023
1 parent 8dc82ca commit 84bd77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
echo "::group::install deps"

apk update
apk add --no-cache alpine-sdk make linux-headers
apk add --no-cache alpine-sdk make linux-headers musl-dev openssl-dev

echo "::endgroup::"

Expand All @@ -29,7 +29,7 @@ echo "::endgroup::"

echo "::group::build"

make CFLAGS="-static" EXEEXT="-static"
make CFLAGS="-static" LDFLAGS="-static"

echo "::endgroup::"

Expand Down

0 comments on commit 84bd77d

Please sign in to comment.