-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off go modules for xgo and gxz #10963
Conversation
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
@techknowlogick The error looks like the one we were discussing earlier this week, but I can't remember how/if we "fixed" it. |
@jolheiser If you find out let me know - need this for tea too ;) |
I ever did that with |
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
@@ -533,7 +533,7 @@ release-check: | $(DIST_DIRS) | |||
.PHONY: release-compress | |||
release-compress: | $(DIST_DIRS) | |||
@hash gxz > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | |||
$(GO) get -u github.com/ulikunitz/xz/cmd/gxz; \ | |||
GO111MODULE=off $(GO) get -u github.com/ulikunitz/xz/cmd/gxz; \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only change I'm unsure of.
@techknowlogick Thoughts?
@jolheiser @lunny added this to https://gitea.com/gitea/tea/pulls/115 🎉 |
Supersedes #10960
Instead, set
GO111MODULE=off
forxgo
andgxz
downloads.