From fa1c2b41efdc6e4a0060478d4ecbf18b464710c0 Mon Sep 17 00:00:00 2001 From: ambrishest Date: Wed, 16 Aug 2023 11:43:39 +0100 Subject: [PATCH] Dropping which go-acc from build script Issue-ID: NONRTRIC-879 Change-Id: Ib7c3a745cbc6eb72e3f81fb0666fd43de5c3cd74 Signed-off-by: ambrishest --- pm-file-converter/build-pm-file-converter-ubuntu.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pm-file-converter/build-pm-file-converter-ubuntu.sh b/pm-file-converter/build-pm-file-converter-ubuntu.sh index 3035ba0..41ac131 100644 --- a/pm-file-converter/build-pm-file-converter-ubuntu.sh +++ b/pm-file-converter/build-pm-file-converter-ubuntu.sh @@ -23,8 +23,6 @@ echo "--> build-pm-file-converter-ubuntu.sh" # go installs tools like go-acc to $HOME/go/bin # ubuntu minion path lacks go export PATH=$PATH:/usr/local/go/bin:$(go env GOPATH)/bin:$(go env GOPATH) -which go -which go-acc export GO111MODULE=on go version cd pm-file-converter/ -- 2.16.6