File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3275,6 +3275,7 @@ installRemoteModule() {
32753275 fi
32763276 ;;
32773277 grpc)
3278+ installRemoteModule_cppflags=' -Wno-maybe-uninitialized -Wno-attributes -Wno-return-type'
32783279 if test -z " $installRemoteModule_version " ; then
32793280 if test $PHP_MAJMIN_VERSION -le 506; then
32803281 installRemoteModule_version=1.33.1
@@ -3286,16 +3287,12 @@ installRemoteModule() {
32863287 alpine@3.7 | alpine@3.8 | debian@9) # With newer version: "This package requires GCC 7 or higher"
32873288 installRemoteModule_version=1.52.1
32883289 ;;
3290+ alpine@3.13) # With 1.71.0, 1.72.0: "src/core/call/call_filters.h:1002:69: internal compiler error: in assign_temp, at function.c:984"
3291+ installRemoteModule_version=1.70.0
3292+ ;;
32893293 esac
32903294 fi
32913295 fi
3292- if test -z " $installRemoteModule_version " || test " $installRemoteModule_version " = 1.35.0; then
3293- case " $DISTRO_VERSION " in
3294- alpine@3.13)
3295- installRemoteModule_cppflags=' -Wno-maybe-uninitialized'
3296- ;;
3297- esac
3298- fi
32993296 ;;
33003297 http)
33013298 if test -z " $installRemoteModule_version " ; then
You can’t perform that action at this time.
0 commit comments