Skip to content

Commit

Permalink
Merge pull request containers#7834 from xordspar0/patch-1
Browse files Browse the repository at this point in the history
Don't disable Go modules when generating varlink
  • Loading branch information
openshift-merge-robot authored Sep 30, 2020
2 parents 1d7cb7f + 6dccaa4 commit 5954d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5954d37

Please sign in to comment.