Skip to content

Commit

Permalink
feat: upgrade runc v1.0.0-rc92
Browse files Browse the repository at this point in the history
This upgrades runc to the latest stable version.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
  • Loading branch information
andrewrynhard authored and talos-bot committed Sep 4, 2020
1 parent 1a54906 commit d3f55f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runc/pkg.yaml
Expand Up @@ -6,16 +6,16 @@ dependencies:
- stage: libseccomp
steps:
- sources:
- url: https://github.com/opencontainers/runc/releases/download/v1.0.0-rc90/runc.tar.xz
- url: https://github.com/opencontainers/runc/releases/download/v1.0.0-rc92/runc.tar.xz
destination: runc.tar.xz
sha256: 6e2aeba8cda186d8beb420a91f83e6a73d0753a76b4b6f087b1c01faa7e88b4e
sha512: 43a85c57b3714c346bc4109e8df61f4e653cd3322ab4f0b148abe1362f1bbc1080a97d95c114021bd7f10c989133a0ea2bdcfb73392dda4a2f4dac9ee5a21f26
sha256: 2f76b623b550588db98e2be72e74aae426f5d4cf736bd92afb91dd5586816daf
sha512: 55d28e07e645bf07d104281e3e80c3df9a53e23342d281a135e8792eb8e8b6b35477dd0ce367032a7f698c4ac939dc7dfcfbffb69cdc7532dd149ff44c5db251
prepare:
- |
export GOPATH=/go
mkdir -p ${GOPATH}/src/github.com/opencontainers/runc
tar -xJf runc.tar.xz --transform=s/runc-1.0.0-rc10// -C ${GOPATH}/src/github.com/opencontainers/runc
tar -xJf runc.tar.xz --strip-components=1 -C ${GOPATH}/src/github.com/opencontainers/runc
build:
- |
export GOPATH=/go
Expand All @@ -26,7 +26,7 @@ steps:
export CC=/toolchain/bin/cc
# This is required due to "loadinternal: cannot find runtime/cgo".
export CGO_ENABLED=1
make EXTRA_LDFLAGS="-w -s" BUILDTAGS="seccomp" COMMIT=dc9208a3303feef5b3839f4323d9beb36df0a9dd runc
make EXTRA_LDFLAGS="-w -s" BUILDTAGS="seccomp" COMMIT=ff819c7e9184c13b7c2607fe6c30ae19403a7aff runc
install:
- |
export GOPATH=/go
Expand Down

0 comments on commit d3f55f3

Please sign in to comment.