Use gox to cross-compile #274
No reviewers
Labels
No Label
kind/breaking
kind/bug
kind/build
kind/dependency
kind/deployment
kind/docs
kind
enhancement
kind
feature
kind/proposal
kind
question
kind
refactor
kind/security
kind/testing
kind/translation
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/has-backport
status/has-pull
status/needs-backport
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
upstream/sdk
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/tea#274
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "goreleaser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fix #255
Note: dist filenames may be different than before, perhaps there should be a new make command to rename the files to be what should be expected?
This is also just a middlestep to rm xgo, another refactor of this could switch to use goreleaser
It's the same go get logic that we had for xgo, so likely it failed already just no one noticed because we may already have xgo installed locally.
@6543 could you try changing it from a
go get -u
to ago install
to see if that works on your local?@techknowlogick yeah that worked for me ?
on my laptop
go get -u
works andgo install
dontso it looks system specific ...
could be related to go version and if you are cloning into gopath or not.
I always try to run with latest stable (go1.15.6 at the moment)
I'm on go 1.13.5 and have the tea repo in
$GOPATH/src/code.gitea.io/tea