Skip to content

Commit a4050c9

Browse files
committed
Copy right go binary and remove installation of
gcc which didn't help Signed-off-by: Alexander Wels <[email protected]>
1 parent fadca61 commit a4050c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/common.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ function setGoInProw() {
2121
if [ "${GOARCH}" == "arm64" ]; then
2222
dnf install -y gcc-aarch64-linux-gnu
2323
fi
24-
dnf install -y gcc gcc-c++ kernel-devel
2524
eval $(gimme ${1})
26-
cp -R ~/.gimme/versions/go${1}.linux.amd64 /usr/local/go
25+
echo "~/.gimme/versions/go${1}.linux.${GOARCH}"
26+
cp -R ~/.gimme/versions/go${1}.linux.${GOARCH} /usr/local/go
2727
fi
2828
}

0 commit comments

Comments
 (0)