Skip to content

Commit

Permalink
Fix arm build
Browse files Browse the repository at this point in the history
Switch to debian base image. The gcc image upgraded to debian bookworm which
broke the build.

docker-library/gcc@392d8bf

Closes GH-11501
  • Loading branch information
iluuu1994 committed Jun 21, 2023
1 parent 6c4b1e0 commit bb2b189
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .cirrus.yml
Expand Up @@ -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
Expand All @@ -52,6 +52,9 @@ arm_task:
- apt-get update -y
- >-
apt-get install -y
gcc
g++
autoconf
bison
re2c
locales
Expand All @@ -68,6 +71,7 @@ arm_task:
libsasl2-dev
libxpm-dev
libzip-dev
libbz2-dev
libsqlite3-dev
libwebp-dev
libonig-dev
Expand Down

0 comments on commit bb2b189

Please sign in to comment.