From: nauman Date: Thu, 31 Mar 2022 08:17:47 +0000 (+0000) Subject: Fix golang CI verify job X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=18e36b5e027649c77942f593f894134c4afb502c;p=infra%2Fcicd.git Fix golang CI verify job rm CGO_ENABLED=0 Change-Id: I49ea89267ca8747f19a4ceddcd5283110036f420 --- 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