guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 21/34: Attempt to fix CI on Debian for AArch64


From: Andy Wingo
Subject: [Guile-commits] 21/34: Attempt to fix CI on Debian for AArch64
Date: Mon, 20 May 2019 09:55:54 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 43ea9aee2c560ef408de860a8896101e54f4939a
Author: Andy Wingo <address@hidden>
Date:   Thu May 16 12:43:35 2019 +0200

    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 3da15ba..a445b67 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]