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.
1 parent b840fda commit a86ccc2Copy full SHA for a86ccc2
extensions/core/grpc/install.sh
@@ -1,9 +1,19 @@
1
#!/usr/bin/env bash
2
3
set -e
4
-export USE_PECL=1
5
-export DEV_DEPENDENCIES=zlib1g-dev
6
-
7
-export PECL_EXTENSION=grpc
+export EXTENSION=grpc
8
9
../docker-install.sh
+
+#if [[ "${TARGETARCH}" == "arm64" ]]; then
+# # Need few hours to compile onto arm64 arch
10
+# >&2 echo "php-grpc is not included with arm64 version (because build time is too long)"
11
+# exit 0;
12
+#fi
13
+#set -e
14
+#export USE_PECL=1
15
+#export DEV_DEPENDENCIES=zlib1g-dev
16
+#
17
+#export PECL_EXTENSION=grpc
18
19
+#../docker-install.sh
0 commit comments