Skip to content
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

native/go: Fix build issue when first invoke through cross-build #4383

Merged
merged 1 commit into from
Jan 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions native/go/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = go
PKG_VERS = 1.15.5
PKG_VERS = 1.15.6
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)$(PKG_VERS).src.$(PKG_EXT)
PKG_DIST_SITE = https://storage.googleapis.com/golang
Expand All @@ -23,4 +23,4 @@ include ../../mk/spksrc.native-cc.mk
go_native_compile:
@$(MSG) "Building Go for host system"
# GO111MODULE disable go.mod per https://github.com/golang/go/issues/26996
th0ma7 marked this conversation as resolved.
Show resolved Hide resolved
cd $(WORK_DIR)/$(PKG_NAME)/src && GO111MODULE=off GOARCH="" GOROOT_BOOTSTRAP=$(GOROOT_BOOTSTRAP14) ./make.bash
cd $(WORK_DIR)/$(PKG_NAME)/src && CC=gcc CXX=g++ GOOS="linux" GOHOSTARCH="amd64" GOARCH="amd64" GO111MODULE=off GOROOT_BOOTSTRAP=$(GOROOT_BOOTSTRAP14) ./make.bash
6 changes: 3 additions & 3 deletions native/go/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go1.15.5.src.tar.gz SHA1 696fee3f3efa184c5d9ad28b048bbd36d7c84ef3
go1.15.5.src.tar.gz SHA256 c1076b90cf94b73ebed62a81d802cd84d43d02dea8c07abdc922c57a071c84f1
go1.15.5.src.tar.gz MD5 12a60d319ff58c03c323e8dcc125ae81
go1.15.6.src.tar.gz SHA1 b631bfa501757dd09b44e77e9597ab7d37e92a16
go1.15.6.src.tar.gz SHA256 890bba73c5e2b19ffb1180e385ea225059eb008eb91b694875dd86ea48675817
go1.15.6.src.tar.gz MD5 a7b153746baa6499264b48ca8f0a8038