Skip to content

Commit fe2f3c1

Browse files
committed
wip
1 parent f5c6fca commit fe2f3c1

File tree

3 files changed

+137
-136
lines changed

3 files changed

+137
-136
lines changed

ci/route.sh

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ __CURRENT__=`pwd`
33
__DIR__=$(cd "$(dirname "$0")";pwd)
44

55
export DOCKER_COMPOSE_VERSION="1.21.0"
6+
7+
export PHP_VERSION=${1:-"8.4"}
8+
export CI_BRANCH=${2:-"master"}
9+
610
[ -z "${CI_BRANCH}" ] && export CI_BRANCH="master"
711
[ -z "${CI_BUILD_DIR}" ] && export CI_BUILD_DIR=$(cd "$(dirname "$0")";cd ../;pwd)
812
if [ "${CI_BRANCH}" = "alpine" ]; then

config.m4

+2-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ AC_COMPILE_IFELSE([
324324
)
325325
AC_MSG_RESULT([$CLANG])
326326

327-
AC_PROG_CC_C99
327+
AC_PROG_CC
328+
CFLAGS="$CFLAGS -std=c99"
328329

329330
AC_CANONICAL_HOST
330331

0 commit comments

Comments
 (0)