1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-07 12:40:19 +02:00

Attempt to fix CI on Debian

This commit is contained in:
Andy Wingo 2019-05-16 12:22:18 +02:00
parent 8977016a89
commit f679e9e8af

View file

@ -1,15 +1,11 @@
# use the official gcc image, based on debian
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: debian image: debian
before_script: before_script:
- dpkg --add-architecture i386 - dpkg --add-architecture i386
- dpkg --add-architecture arm64
- apt-get update -qq - apt-get update -qq
- apt-get install -y - apt-get install -y
libc6-dev:amd64 libc6-dev:i386 libc6-dev:arm64 libc6-dev:amd64 libc6-dev:i386 gcc gcc-multilib make
gcc gcc-multilib gcc-aarch64-linux-gnu make gcc-aarch64-linux-gnu libc-dev-arm64-cross
x86-64: x86-64:
stage: test stage: test