summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker-ce/0001-build-use-build-script-without-docker.patch
blob: 070ebd6364052ca4909754b2efa010101799ace4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 45d03c7b04353d2e5955e573bc1063fcb0647a0c Mon Sep 17 00:00:00 2001
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Thu, 15 Apr 2021 16:30:37 -0400
Subject: [PATCH] build: use build script without docker

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 git/src/import/components/cli/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git git/src/import/components/cli/Makefile git/src/import/components/cli/Makefile
index 9e62210c33..9c7631f674 100644
--- git/src/import/components/cli/Makefile
+++ git/src/import/components/cli/Makefile
@@ -51,7 +51,7 @@ plugins-osx: ## build example CLI plugins for macOS
 
 .PHONY: dynbinary
 dynbinary: ## build dynamically linked binary
-	USE_GLIBC=1 docker buildx bake dynbinary
+	GO_LINKMODE=dynamic ./scripts/build/binary
 
 vendor: vendor.conf ## check that vendor matches vendor.conf
 	rm -rf vendor
-- 
2.19.1