mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-06 12:10:28 +02:00
Attempt to fix CI on Debian for AArch64
This commit is contained in:
parent
77c4b56a6d
commit
43ea9aee2c
1 changed files with 2 additions and 0 deletions
|
@ -6,8 +6,10 @@ before_script:
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
- apt-get install -y
|
- apt-get install -y
|
||||||
libc6-dev:amd64 gcc make
|
libc6-dev:amd64 gcc make
|
||||||
|
qemu binfmt-support qemu-user-static
|
||||||
gcc-i686-linux-gnu libc6-dev-i386-cross libc6:i386
|
gcc-i686-linux-gnu libc6-dev-i386-cross libc6:i386
|
||||||
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6:arm64
|
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6:arm64
|
||||||
|
- update-binfmts --display
|
||||||
|
|
||||||
x86-64:
|
x86-64:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue