Skip to content

Commit bb2b189

Browse files
committed
Fix arm build
Switch to debian base image. The gcc image upgraded to debian bookworm which broke the build. docker-library/gcc@392d8bf Closes GH-11501
1 parent 6c4b1e0 commit bb2b189

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.cirrus.yml

+5-1
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)