meteor icon indicating copy to clipboard operation
meteor copied to clipboard

Can't build on Mac ( Intel )

Open gedw99 opened this issue 2 years ago • 3 comments


# buf
# https://github.com/bufbuild/buf/releases/tag/v1.26.1
go install github.com/bufbuild/buf/cmd/[email protected]
go install github.com/bufbuild/buf/cmd/[email protected]
go install github.com/bufbuild/buf/cmd/[email protected]

# meteor
# https://github.com/raystack/meteor/releases/tag/v0.9.0
git clone [email protected]:raystack/meteor.git -b v0.9.0

cd meteor && make build

go build -ldflags "-X cmd.Version=v0.9.0" "github.com/raystack/meteor"
go: github.com/raystack/[email protected] requires
        github.com/authzed/[email protected] requires
        go.buf.build/protocolbuffers/go/prometheus/[email protected]: unrecognized import path "go.buf.build/protocolbuffers/go/prometheus/prometheus": https fetch: Get "https://go.buf.build/protocolbuffers/go/prometheus/prometheus?go-get=1": dial tcp: lookup go.buf.build: no such host

gedw99 avatar Aug 18 '23 11:08 gedw99

related ? https://github.com/grafana/k6/issues/3252

gedw99 avatar Aug 18 '23 11:08 gedw99

@gedw99 which OS you are trying to build it on?

ravisuhag avatar Aug 18 '23 20:08 ravisuhag

Mac intel

gedw99 avatar Aug 20 '23 07:08 gedw99