From 43ea9aee2c560ef408de860a8896101e54f4939a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 16 May 2019 12:43:35 +0200 Subject: [PATCH] Attempt to fix CI on Debian for AArch64 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3da15bade..a445b678c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,10 @@ before_script: - apt-get update -qq - apt-get install -y libc6-dev:amd64 gcc make + qemu 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 + - update-binfmts --display x86-64: stage: test