From d759faa27abc9abbbeaf2c1426e92fa2af68a3c8 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 22 Apr 2024 14:45:14 +0200 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0360cf0c7..a5e8694bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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