We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657352d commit fadca61Copy full SHA for fadca61
hack/common.sh
@@ -21,6 +21,7 @@ function setGoInProw() {
21
if [ "${GOARCH}" == "arm64" ]; then
22
dnf install -y gcc-aarch64-linux-gnu
23
fi
24
+ dnf install -y gcc gcc-c++ kernel-devel
25
eval $(gimme ${1})
26
cp -R ~/.gimme/versions/go${1}.linux.amd64 /usr/local/go
27
0 commit comments