GNU bug report logs - #51984
[PATCH 0/1] guix: Enable arm64 docker image building for 'guix pack'

Previous Next

Package: guix-patches;

Reported by: "Collin J. Doering" <collin <at> rekahsoft.ca>

Date: Fri, 19 Nov 2021 21:03:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51984 in the body.
You can then email your comments to 51984 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51984; Package guix-patches. (Fri, 19 Nov 2021 21:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Collin J. Doering" <collin <at> rekahsoft.ca>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 19 Nov 2021 21:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Collin J. Doering" <collin <at> rekahsoft.ca>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/1] guix: Enable arm64 docker image building for 'guix pack'
Date: Fri, 19 Nov 2021 16:01:17 -0500
Currently 'guix pack' supports producing arm but not arm64 based docker images. This trivial patch makes this no longer the case, and adds support for aarch64/arm64 based image production.

Collin J. Doering (1):
  guix: Enable arm64 docker image building for 'guix pack'

 guix/docker.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.33.1

-- 
Collin J. Doering

http://rekahsoft.ca
http://blog.rekahsoft.ca
http://git.rekahsoft.ca




Information forwarded to guix-patches <at> gnu.org:
bug#51984; Package guix-patches. (Fri, 19 Nov 2021 21:13:02 GMT) Full text and rfc822 format available.

Message #8 received at 51984 <at> debbugs.gnu.org (full text, mbox):

From: "Collin J. Doering" <collin <at> rekahsoft.ca>
To: 51984 <at> debbugs.gnu.org
Subject: [PATCH 1/1] guix: Enable arm64 docker image building for 'guix pack'
Date: Fri, 19 Nov 2021 16:12:03 -0500
---
 guix/docker.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/guix/docker.scm b/guix/docker.scm
index a6f73d423c..5e6460f43f 100644
--- a/guix/docker.scm
+++ b/guix/docker.scm
@@ -214,10 +214,11 @@ (define transformation-options
                                             (else
                                              (error "unsupported system"
                                                     system)))))))
-                 (cond* ("x86_64" "amd64")
-                        ("i686"   "386")
-                        ("arm"    "arm")
-                        ("mips64" "mips64le")))))
+                 (cond* ("x86_64"  "amd64")
+                        ("i686"    "386")
+                        ("arm"     "arm")
+                        ("aarch64" "arm64")
+                        ("mips64"  "mips64le")))))
     ;; Make sure we start with a fresh, empty working directory.
     (mkdir directory)
     (with-directory-excursion directory
-- 
2.33.1

-- 
Collin J. Doering

http://rekahsoft.ca
http://blog.rekahsoft.ca
http://git.rekahsoft.ca




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 23 Nov 2021 08:56:01 GMT) Full text and rfc822 format available.

Notification sent to "Collin J. Doering" <collin <at> rekahsoft.ca>:
bug acknowledged by developer. (Tue, 23 Nov 2021 08:56:01 GMT) Full text and rfc822 format available.

Message #13 received at 51984-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: "Collin J. Doering" <collin <at> rekahsoft.ca>
Cc: 51984-done <at> debbugs.gnu.org
Subject: Re: bug#51984: [PATCH 0/1] guix: Enable arm64 docker image building
 for 'guix pack'
Date: Tue, 23 Nov 2021 09:55:51 +0100
Hi,

"Collin J. Doering" <collin <at> rekahsoft.ca> skribis:

> Currently 'guix pack' supports producing arm but not arm64 based docker images. This trivial patch makes this no longer the case, and adds support for aarch64/arm64 based image production.
>
> Collin J. Doering (1):
>   guix: Enable arm64 docker image building for 'guix pack'

I tweaked the commit log and applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Dec 2021 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.