Skip to content

Commit f8c1025

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Fix arm build
2 parents 884a53f + bb2b189 commit f8c1025

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
@@ -30,7 +30,7 @@ freebsd_task:
3030
arm_task:
3131
name: ARM_DEBUG_NTS
3232
arm_container:
33-
image: gcc:10
33+
image: debian:11
3434
additional_containers:
3535
- name: mysql
3636
image: mysql:8
@@ -52,6 +52,9 @@ arm_task:
5252
- apt-get update -y
5353
- >-
5454
apt-get install -y
55+
gcc
56+
g++
57+
autoconf
5558
bison
5659
re2c
5760
locales
@@ -68,6 +71,7 @@ arm_task:
6871
libsasl2-dev
6972
libxpm-dev
7073
libzip-dev
74+
libbz2-dev
7175
libsqlite3-dev
7276
libwebp-dev
7377
libonig-dev

0 commit comments

Comments
 (0)