From 77b7976023a757ca2b653b689e3a207601f258b2 Mon Sep 17 00:00:00 2001 From: Ka-Hing Cheung Date: Thu, 24 Oct 2019 19:10:03 +0200 Subject: [PATCH] ensure that we don't build with cgo refs #459 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ed44a29d..adaa7e4f 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +export CGO_ENABLED=0 + run-test: s3proxy.jar ./test/run-tests.sh