mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Merge pull request #7834 from xordspar0/patch-1
Don't disable Go modules when generating varlink
This commit is contained in:
2
Makefile
2
Makefile
@ -643,7 +643,7 @@ install.libseccomp.sudo:
|
||||
pkg/varlink/iopodman.go: .gopathok pkg/varlink/io.podman.varlink
|
||||
ifneq (,$(findstring Linux,$(shell uname -s)))
|
||||
# Only generate the varlink code on Linux (see issue #4814).
|
||||
GO111MODULE=off $(GO) generate ./pkg/varlink/...
|
||||
$(GO) generate ./pkg/varlink/...
|
||||
endif
|
||||
|
||||
API.md: pkg/varlink/io.podman.varlink
|
||||
|
Reference in New Issue
Block a user