1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
This commit is contained in:
Andy Wingo 2024-04-22 14:45:14 +02:00
parent 636f43bc54
commit d759faa27a

View file

@ -7,10 +7,12 @@ 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 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
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6:armhf gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6:armhf
- update-binfmts --enable qemu-aarch64
- update-binfmts --enable qemu-arm
x86-64: x86-64:
stage: test stage: test