We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7576d81 commit 0aa0779Copy full SHA for 0aa0779
1 file changed
build-static.sh
@@ -42,6 +42,9 @@ if [ -z "${SPC_OPT_DOWNLOAD_ARGS}" ]; then
42
else
43
SPC_OPT_DOWNLOAD_ARGS="--prefer-pre-built --debug --ignore-cache-sources=php-src"
44
fi
45
+ if [ "${SPC_LIBC}" = "musl" ]; then
46
+ SPC_OPT_DOWNLOAD_ARGS="${SPC_OPT_DOWNLOAD_ARGS} --disable-opcache-jit"
47
+ fi
48
49
# if we need debug symbols, disable strip
50
if [ -n "${DEBUG_SYMBOLS}" ]; then
0 commit comments