Fix arm build

Switch to debian base image. The gcc image upgraded to debian bookworm which
broke the build.

392d8bf4ee

Closes GH-11501
This commit is contained in:
Ilija Tovilo 2023-06-21 19:41:03 +02:00
parent 6c4b1e0417
commit bb2b1897df
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -30,7 +30,7 @@ freebsd_task:
arm_task:
name: ARM_DEBUG_NTS
arm_container:
image: gcc:10
image: debian:11
additional_containers:
- name: mysql
image: mysql:8
@ -52,6 +52,9 @@ arm_task:
- apt-get update -y
- >-
apt-get install -y
gcc
g++
autoconf
bison
re2c
locales
@ -68,6 +71,7 @@ arm_task:
libsasl2-dev
libxpm-dev
libzip-dev
libbz2-dev
libsqlite3-dev
libwebp-dev
libonig-dev