-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Failed to build "release/1.9.x" branch #9659
Comments
Hi @SchweinDeBurg, This seems to be caused by a change in f25a219, which we should investigate. In the mean time if you need to build Consul, you should have success with using the last released version, 1.9.2. $ git checkout v1.9.2
$ git rev-parse --short HEAD
6530cf370
$ make dev
--> Making [GH-xxxx] references clickable...
==> Building Consul - OSes: darwin, Architectures: amd64
Building sequentially with go install
---> darwin/amd64
$ ./bin/consul version
Consul v1.9.2
Revision 6530cf370
Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents) |
Thank you for the bug report! We missed backporting #9519 which caused this issue. I just backported that change now, which looks to have fixed the problem. We should look at adjusting our backport automation to run tests before accepting the backport so that this doesn't happen again in the future. |
Many thanks, I've just successfully built an RPM package containing bleeding-edge Consul 1.9.x! |
I've just tried to build "release/1.9.x" branch using Go 1.14.14 and got the following:
The text was updated successfully, but these errors were encountered: