We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1959baa + badcceb commit 742231bCopy full SHA for 742231b
extensions/core/docker-install.sh
@@ -1,6 +1,5 @@
1
#!/usr/bin/env bash
2
3
-set -e
4
set -ex
5
6
if [ -n "$DEV_DEPENDENCIES" ] || [ -n "$DEPENDENCIES" ]; then
extensions/core/swoole/install.sh
@@ -2,7 +2,7 @@
set -e
-if [[ "${PHP_VERSION}" ~= "^7" ]]; then
+if [[ "${PHP_VERSION}" =~ ^7 ]]; then
if [[ "${TARGETARCH}" == "arm64" ]]; then
7
# It's too long to compile onto arm64 arch
8
>&2 echo "php-swoole is not included with arm64 version (because build time is too long)"
0 commit comments