|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Index: src/github.com/containers/skopeo/Makefile
|
|
|
|
|
--- src/github.com/containers/skopeo/Makefile.orig 2023-06-18 18:08:09.128529000 +0200
|
|
|
|
|
+++ src/github.com/containers/skopeo/Makefile 2023-06-18 18:10:56.320077000 +0200
|
|
|
|
|
@@ -36,7 +36,7 @@
|
|
|
|
|
--- src/github.com/containers/skopeo/Makefile.orig 2025-08-05 07:46:20.000000000 +0200
|
|
|
|
|
+++ src/github.com/containers/skopeo/Makefile 2025-08-05 07:49:38.913378000 +0200
|
|
|
|
|
@@ -41,7 +41,7 @@
|
|
|
|
|
# $(shell … ;) defeats that heuristic (recommended in
|
|
|
|
|
# https://savannah.gnu.org/bugs/index.php?57625 ).
|
|
|
|
|
export CONTAINER_RUNTIME ?= $(if $(shell command -v podman ;),podman,docker)
|
|
|
|
|
@ -10,12 +10,12 @@ Index: src/github.com/containers/skopeo/Makefile
|
|
|
|
|
|
|
|
|
|
ifeq ($(DEBUG), 1)
|
|
|
|
|
override GOGCFLAGS += -N -l
|
|
|
|
|
@@ -48,6 +48,8 @@
|
|
|
|
|
@@ -53,6 +53,8 @@
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
+GO_DYN_FLAGS="-v"
|
|
|
|
|
+
|
|
|
|
|
# If $TESTFLAGS is set, it is passed as extra arguments to 'go test'.
|
|
|
|
|
# If $TESTFLAGS is set, it is passed as extra arguments to 'go test' on integration tests.
|
|
|
|
|
# You can select certain tests to run, with `-run <regex>` for example:
|
|
|
|
|
#
|
|
|
|
|
|