Skip to content

Tags: coeuvre/bazel-remote

Tags

v1.2.0

Toggle v1.2.0's commit message
asset: drop known file extension check

Not all files have extensions (eg unix executables). This was being
reported to the client as NotFound, and bazel seems to have a bug
where it assumes that the result was always successful and then errors
out with a hash verification error.

We should be able to download the file in this particular case
regardless of the bazel bug.

Background: buchgr#310.

v1.1.0

Toggle v1.1.0's commit message
gRPC support no longer considered experimental

v1.0.0

Toggle v1.0.0's commit message
add missing configuration file support for profiling options