guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 14/34: Fix dpkg --add-architecture invocation


From: Andy Wingo
Subject: [Guile-commits] 14/34: Fix dpkg --add-architecture invocation
Date: Mon, 20 May 2019 09:55:52 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 826d5a95c346f046f97745aebd05f427ec453a37
Author: Andy Wingo <address@hidden>
Date:   Thu May 16 12:08:22 2019 +0200

    Fix dpkg --add-architecture invocation
---
 .gitlab-ci.yml | 3 ++-
 tests/Makefile | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3600ae..03993fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,8 @@
 image: debian
 
 before_script:
-  - dpkg --add-architecture i386 --add-architecture arm64
+  - dpkg --add-architecture i386
+  - dpkg --add-architecture arm64
   - apt-get update -qq
   - apt-get install -y \
       libc6-dev:amd64 libc6-dev:i386 libc6-dev:arm64 \
diff --git a/tests/Makefile b/tests/Makefile
index a3b988c..1b3cd88 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,7 +8,8 @@ TARGETS=native ia32 aarch64
 #
 # The relevant packages that you need to run this:
 #
-#   dpkg --add-architecture i386 --add-architecture arm64
+#   dpkg --add-architecture i386
+#   dpkg --add-architecture arm64
 #   apt-get update -qq
 #   apt-get install -y \
 #     libc6-dev:amd64 libc6-dev:i386 libc6-dev:arm64 \



reply via email to

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