[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/18: gnu: skopeo: Apply "-trimpath" flag.
From: |
guix-commits |
Subject: |
04/18: gnu: skopeo: Apply "-trimpath" flag. |
Date: |
Thu, 20 Jun 2024 07:55:58 -0400 (EDT) |
sharlatan pushed a commit to branch wip-go-team
in repository guix.
commit c3ad0af73b232348a6900488775cf5f39fb5aa15
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jun 19 22:23:00 2024 +0100
gnu: skopeo: Apply "-trimpath" flag.
* gnu/packages/virtualization.scm (skopeo) [arguments]: <#:make-flags>:
Add "-trimpath" to replace 'remove-go-references phase.
<#:phases>: Remove 'remove-go-references phase.
Change-Id: Idab669576282c81d55ec989dc1a64e87b89699ee
---
gnu/packages/virtualization.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 34cccd6550..554c53e115 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2289,6 +2289,7 @@ Open Container Initiative (OCI) image layout and its
tagged images.")
#~(list (string-append "CC=" #$(cc-for-target))
"PREFIX="
(string-append "DESTDIR=" #$output)
+ "GOGCFLAGS=-trimpath"
(string-append "GOMD2MAN="
#$go-github-com-go-md2man "/bin/go-md2man"))
#:tests? #f ; The tests require Docker
@@ -2327,9 +2328,7 @@ Open Container Initiative (OCI) image layout and its
tagged images.")
(wrap-program (string-append #$output "/bin/skopeo")
`("PATH" suffix
;; We need at least newuidmap, newgidmap and mount.
- ("/run/setuid-programs")))))
- (add-after 'install 'remove-go-references
- (@@ (guix build go-build-system) remove-go-references)))))
+ ("/run/setuid-programs"))))))))
(home-page "https://github.com/containers/skopeo")
(synopsis "Interact with container images and container image registries")
(description
- 07/18: gnu: dstask: Apply "-trimpath" flag., (continued)
- 07/18: gnu: dstask: Apply "-trimpath" flag., guix-commits, 2024/06/20
- 08/18: gnu: Remove go-golang.org-x-sync-errgroup., guix-commits, 2024/06/20
- 09/18: gnu: Remove go-golang.org-x-sync-semaphore., guix-commits, 2024/06/20
- 10/18: gnu: go-golang-org-x-sync: Enable tests., guix-commits, 2024/06/20
- 14/18: gnu: go-golang-org-x-sys: Enable tests., guix-commits, 2024/06/20
- 16/18: gnu: go-golang-org-x-sys: Fix indentation., guix-commits, 2024/06/20
- 17/18: gnu: go-golang-org-x-crypto: Update to 0.14.0., guix-commits, 2024/06/20
- 02/18: gnu: go-github-com-golang-protobuf-proto: Update to 1.5.3., guix-commits, 2024/06/20
- 05/18: gnu: docker: Apply "-trimpath" flag., guix-commits, 2024/06/20
- 01/18: gnu: go-google-golang-org-protobuf: Update to 1.31.0., guix-commits, 2024/06/20
- 04/18: gnu: skopeo: Apply "-trimpath" flag.,
guix-commits <=
- 12/18: gnu: go-golang-org-x-sync: Fix indentation., guix-commits, 2024/06/20
- 13/18: gnu: go-golang-org-x-sync: Improve description., guix-commits, 2024/06/20
- 11/18: gnu: go-golang-org-x-sync: Update to 0.7.0., guix-commits, 2024/06/20
- 15/18: gnu: go-golang-org-x-sys: Update to 0.21.0., guix-commits, 2024/06/20
- 18/18: gnu: matterbridge: Swap to go-build-system., guix-commits, 2024/06/20