mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
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:
parent
6c4b1e0417
commit
bb2b1897df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user