mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue