Skip to content

Commit

Permalink
containerd: Also use go module proxy in the rpm build (#172)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 authored Mar 18, 2024
1 parent ba354f5 commit 2193f6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/moby-containerd/rpm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.PHONY: rpm

# circumvent a few problematic (for Debian) Go features inspired by dh-golang
export GOPROXY := direct
export GO111MODULE := on
export GOFLAGS := -trimpath
export GOGC := off
Expand Down

0 comments on commit 2193f6c

Please sign in to comment.