diff options
Diffstat (limited to 'recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch')
-rw-r--r-- | recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch b/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch index 26f5aad4..3f09ebf8 100644 --- a/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch +++ b/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch | |||
@@ -10,11 +10,11 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | |||
10 | git/cli/scripts/build/binary | 3 +-- | 10 | git/cli/scripts/build/binary | 3 +-- |
11 | 1 file changed, 1 insertion(+), 2 deletions(-) | 11 | 1 file changed, 1 insertion(+), 2 deletions(-) |
12 | 12 | ||
13 | Index: git/cli/scripts/build/binary | 13 | Index: docker-moby-28.3.0+gite0183475e03cd05b6a560d8b22fe0a83cd1cba14/cli/scripts/build/binary |
14 | =================================================================== | 14 | =================================================================== |
15 | --- git.orig/cli/scripts/build/binary | 15 | --- docker-moby-28.3.0+gite0183475e03cd05b6a560d8b22fe0a83cd1cba14.orig/cli/scripts/build/binary |
16 | +++ git/cli/scripts/build/binary | 16 | +++ docker-moby-28.3.0+gite0183475e03cd05b6a560d8b22fe0a83cd1cba14/cli/scripts/build/binary |
17 | @@ -13,8 +13,6 @@ | 17 | @@ -13,8 +13,6 @@ fi |
18 | 18 | ||
19 | echo "Building $GO_LINKMODE $(basename "${TARGET}")" | 19 | echo "Building $GO_LINKMODE $(basename "${TARGET}")" |
20 | 20 | ||
@@ -23,7 +23,7 @@ Index: git/cli/scripts/build/binary | |||
23 | if [ "$(go env GOOS)" = "windows" ]; then | 23 | if [ "$(go env GOOS)" = "windows" ]; then |
24 | if [ ! -x "$(command -v goversioninfo)" ]; then | 24 | if [ ! -x "$(command -v goversioninfo)" ]; then |
25 | >&2 echo "goversioninfo not found, skipping manifesting binary" | 25 | >&2 echo "goversioninfo not found, skipping manifesting binary" |
26 | @@ -24,6 +22,6 @@ | 26 | @@ -24,6 +22,6 @@ if [ "$(go env GOOS)" = "windows" ]; the |
27 | fi | 27 | fi |
28 | fi | 28 | fi |
29 | 29 | ||