Skip to content

Commit 06b1698

Browse files
committed
Add CFLAGS="-std=gnu99" to ./configure in CI's build steps
1 parent 831e189 commit 06b1698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ ENV NO_INTERACTION=1
2626
ENV TEST_PHP_JUNIT=/app/junit.xml
2727

2828
CMD phpize \
29-
&& ./configure --enable-elastic_apm \
29+
&& CFLAGS="-std=gnu99" ./configure --enable-elastic_apm \
3030
&& make clean \
3131
&& make

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ ENV NO_INTERACTION=1
2525
ENV TEST_PHP_JUNIT=/app/junit.xml
2626

2727
CMD phpize \
28-
&& ./configure --enable-elastic_apm \
28+
&& CFLAGS="-std=gnu99" ./configure --enable-elastic_apm \
2929
&& make clean \
3030
&& make

0 commit comments

Comments
 (0)