Skip to content

Commit

Permalink
Unpin Go version used in runc build
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Jul 18, 2024
1 parent 0496ff4 commit 77afffc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build-scripts/components/runc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ VERSION="${2}"
export INSTALL="${1}/bin"
mkdir -p "${INSTALL}"

# TODO(neoaggelos): Revert after https://github.com/opencontainers/runc/issues/4233 is resolved.
if ! which go_121; then
snap download go --channel 1.21 --basename go
snap set core experimental.parallel-instances=true
snap install ./go.snap --classic --dangerous --name go_121
fi
export GO=go_121

# Ensure `runc --version` prints the right commit hash from upstream
export COMMIT="$(git describe --long --always "${VERSION}")"

Expand Down

0 comments on commit 77afffc

Please sign in to comment.