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

install-protoc fails on protobuf release candidate #122

Open
na4ma4 opened this issue Apr 19, 2024 · 2 comments
Open

install-protoc fails on protobuf release candidate #122

na4ma4 opened this issue Apr 19, 2024 · 2 comments

Comments

@na4ma4
Copy link
Contributor

na4ma4 commented Apr 19, 2024

$ .makefiles/pkg/protobuf/v2/bin/install-protoc "$(pwd)/rsca/artifacts/protobuf"
~/grit/github.com/na4ma4/rsca/rsca/artifacts/protobuf ~/grit/github.com/na4ma4/rsca
curl: (56) The requested URL returned error: 404

because the line to check egreps on [0-9]+.[0-9]+

$ curl --head --silent https://github.com/protocolbuffers/protobuf/releases/latest | grep -i '^Location:' | egrep -o '[0-9]+.[0-9]+'
27.0
$ curl --head --silent https://github.com/protocolbuffers/protobuf/releases/latest | grep -i '^Location:'
location: https://github.com/protocolbuffers/protobuf/releases/tag/v27.0-rc1
@jmalloc
Copy link
Contributor

jmalloc commented Apr 22, 2024

@danilvpetrov I think this was fixed now right?

@jmalloc
Copy link
Contributor

jmalloc commented Apr 22, 2024

Hmm, I guess not actually - they've just made a new tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants