We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835a563 commit b6f7649Copy full SHA for b6f7649
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