bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.96k stars 302 forks source link

Add progress display during binary downloads. #511

Closed katre closed 7 months ago

katre commented 8 months ago

Example of progress message:

Downloading: 16 MB out of 49 MB (34%)

When using stdout this will be overwritten repeatedly.

katre commented 8 months ago

I don't understand the test failures: this appears to be fine in Buildkite on the master branch, but when I run the same test at master locally it fails with the same 404 error.

meisterT commented 8 months ago

See also https://github.com/bazelbuild/bazelisk/pull/5 for the python counterpart