SHA256
1
0
forked from pool/containerd

Accepting request 923376 from home:cyphar:docker

Disable Go modules to fix Docker/containerd builds.

OBS-URL: https://build.opensuse.org/request/show/923376
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=123
This commit is contained in:
Aleksa Sarai 2021-10-06 03:17:01 +00:00 committed by Git OBS Bridge
parent ca27b63e0d
commit ddbc3d234a

View File

@ -91,6 +91,7 @@ separately from Docker.
# will get confused by symlinks.
export GOPATH=$HOME/go
export PROJECT=$HOME/go/src/github.com/containerd/containerd
export GO111MODULE=off
mkdir -p $PROJECT
rm -rf $PROJECT/*
cp -ar * $PROJECT