Commit b72b23b7 authored by Raúl Kripalani's avatar Raúl Kripalani

farewell gx; thanks for serving us well.

parent b298fcd8
0.2.2: Qme8kdM7thoCqLqd7GYCRqipoZJS64rhJo5MBcTpyWfsL9
......@@ -10,7 +10,6 @@ env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod
......@@ -24,7 +23,6 @@ script:
cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build
......
gx:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
deps: gx
gx --verbose install --global
gx-go rewrite
publish:
gx-go rewrite --undo
SUPPORTED_OS = windows linux darwin freebsd openbsd netbsd
SUPPORTED_ARCH = 386 arm amd64p32 arm64 amd64
XBUILD_TARGETS=$(foreach os,$(SUPPORTED_OS),$(foreach arch,$(SUPPORTED_ARCH),test-xbuild-$(os)/$(arch)))
$(XBUILD_TARGETS): PLATFORM = $(subst /, ,$(patsubst test-xbuild-%,%,$@))
$(XBUILD_TARGETS): GOOS = $(word 1,$(PLATFORM))
$(XBUILD_TARGETS): GOARCH = $(word 2,$(PLATFORM))
$(XBUILD_TARGETS):
@ if GOOS=$(GOOS) GOARCH=$(GOARCH) go version >/dev/null 2>&1 ; then \
echo "building $(GOOS)/$(GOARCH)"; \
GOOS=$(GOOS) GOARCH=$(GOARCH) go build; \
fi
test-xbuild: $(XBUILD_TARGETS)
......@@ -45,3 +45,7 @@ c, _ := reuse.Dial("tcp", "127.0.0.1:1234", "127.0.0.1:1235")
## Tested
Tested on `darwin`, `linux`, and `windows`.
---
The last gx published version of this module was: 0.2.2: Qme8kdM7thoCqLqd7GYCRqipoZJS64rhJo5MBcTpyWfsL9
{
"author": "whyrusleeping",
"bugs": {
"url": "https://github.com/libp2p/go-reuseport"
},
"gx": {
"dvcsimport": "github.com/libp2p/go-reuseport"
},
"gxDependencies": [
{
"author": "The Go Authors",
"hash": "QmVGjyM9i2msKvLXwh9VosCTgP4mL91kC7hDmqnwTTx6Hu",
"name": "sys",
"version": "0.2.0"
},
{
"author": "whyrusleeping",
"hash": "QmVmDhyTTUcQXFD1rRQ64fGLMSAoaQvNH3hwuaCFAPq2hy",
"name": "errors",
"version": "0.0.1"
},
{
"author": "magik6k",
"hash": "QmPVkJMTeRC6iBByPWdrRkD3BE5UXsj5HPzb4kPqL186mS",
"name": "testify",
"version": "1.0.0"
}
],
"gxVersion": "0.9.0",
"language": "go",
"license": "",
"name": "go-reuseport",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.2.2"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment