Skip to content

Commit f7669ad

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fix arm build
2 parents 4960070 + f8c1025 commit f7669ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.cirrus.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ freebsd_task:
211211
arm_task:
212212
name: ARM_DEBUG_NTS
213213
arm_container:
214-
image: gcc:12
214+
image: debian:12
215215
additional_containers:
216216
- name: mysql
217217
image: mysql:8
@@ -233,6 +233,9 @@ arm_task:
233233
- apt-get update -y
234234
- >-
235235
apt-get install -y
236+
gcc
237+
g++
238+
autoconf
236239
bison
237240
re2c
238241
locales
@@ -249,6 +252,7 @@ arm_task:
249252
libsasl2-dev
250253
libxpm-dev
251254
libzip-dev
255+
libbz2-dev
252256
libsqlite3-dev
253257
libwebp-dev
254258
libonig-dev

0 commit comments

Comments
 (0)