-
Notifications
You must be signed in to change notification settings - Fork 47
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
Bug: bin does not present the binary for github.com/protocolbuffers/protobuf #103
Comments
@breml Can you run it again, but with |
Seems like a clear bug in
|
@sirlatrom I did run it with |
marcosnils
added a commit
that referenced
this issue
Jun 19, 2021
This commit improves handling on the following cases: - It filters directories from Zip extraction - It handlers better the --all flag by showing exactly all the files without any kind of filtering. Previously, even though that flag was added, we were still doing some filtering based on the repo name Fixes #103
sirlatrom
pushed a commit
that referenced
this issue
Jun 19, 2021
* Improve XP when using --all flag. This commit improves handling on the following cases: - It filters directories from Zip extraction - It handlers better the --all flag by showing exactly all the files without any kind of filtering. Previously, even though that flag was added, we were still doing some filtering based on the repo name Fixes #103 * Fix golint checks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With bin 0.7.0, on linux (64 bit), install github.com/protocolbuffers/protobuf like this:
The correct archive (
protoc-3.17.3-linux-x86_64.zip
) is selected, but the actual binary file (bin/protoc
) is not presented for installation.The text was updated successfully, but these errors were encountered: