buchgr / bazel-remote

A remote cache for Bazel
https://bazel.build
Apache License 2.0
576 stars 150 forks source link

Build release binaries on ubuntu-20.04 #763

Closed criemen closed 2 weeks ago

criemen commented 2 weeks ago

HI,

would it be possible to switch release binary building to Ubuntu 20.04? As you're building a cgo binary, it depends on glibc, which in turn depends on the precise glibc version of the toolchain used (usually: the build host). I'd like to deploy bazel-remote into a Ubuntu 20.04 environment, but it doesn't start, as the glibc there is too old.

I wanted to prepare a PR to your release workflow to that effect, but as that's already failing on arm64, I'm not sure how useful that would be.

mostynb commented 2 weeks ago

Sorry about this. I need to find some time to fix the release workflow. In the meantime, I replaced https://github.com/buchgr/bazel-remote/releases/download/v2.4.4/bazel-remote-2.4.4-linux-x86_64 with a version build on ubuntu 20.04.

I will close this issue now, and fix the release process before the next release.

criemen commented 2 weeks ago

Thank you for the quick help ❤