From 18e36b5e027649c77942f593f894134c4afb502c Mon Sep 17 00:00:00 2001 From: nauman Date: Thu, 31 Mar 2022 08:17:47 +0000 Subject: [PATCH] Fix golang CI verify job rm CGO_ENABLED=0 Change-Id: I49ea89267ca8747f19a4ceddcd5283110036f420 --- jjb/oransc/verify-jobs-go.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/jjb/oransc/verify-jobs-go.sh b/jjb/oransc/verify-jobs-go.sh index 1cc7ae449..6d9473435 100644 --- a/jjb/oransc/verify-jobs-go.sh +++ b/jjb/oransc/verify-jobs-go.sh @@ -11,7 +11,6 @@ echo "Download go $version" curl -L "https://go.dev/dl/go$version.linux-amd64.tar.gz" | sudo tar -C /usr/local -zxf - export PATH=$PATH:/usr/local/go/bin -export CGO_ENABLED=0 echo "Download project deps" go mod tidy -- 2.25.1