mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix CI
This commit is contained in:
parent
636f43bc54
commit
d759faa27a
1 changed files with 3 additions and 1 deletions
|
@ -7,10 +7,12 @@ before_script:
|
|||
- apt-get update -qq
|
||||
- apt-get install -y
|
||||
libc6-dev:amd64 gcc make
|
||||
qemu binfmt-support qemu-user-static
|
||||
binfmt-support qemu-user-static
|
||||
gcc-i686-linux-gnu libc6-dev-i386-cross libc6:i386
|
||||
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6:arm64
|
||||
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6:armhf
|
||||
- update-binfmts --enable qemu-aarch64
|
||||
- update-binfmts --enable qemu-arm
|
||||
|
||||
x86-64:
|
||||
stage: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue