Mostyn Bramley-Moore

Results 227 comments of Mostyn Bramley-Moore

There are two different code paths for 7z filters, one for lzma/lzma2 (implemented in liblzma), and another for all other compression formats (implemented in libarchive, for a subset of the...

If I run `C:\Windows\System32\tar.exe -h` on a windows 11 machine, it says `bsdtar 3.8.1 - libarchive 3.8.1 zlib/1.2.13.1-motley liblzma/5.4.3 bz2lib/1.0.8 libzstd/1.5.5 cng/2.0 libb2/bundled` - so this might be an instance...

Right- I'm pretty sure that's the issue then. Unfortunately you will probably have to wait for windows to upgrade to a more recent version of libarchive with the fix. If...

There is a `archive_entry_set_pathname_utf8` function, does it work if you use that instead of `archive_entry_set_pathname` ?

Hi- thanks for the prototype and detailed proposal. I find it very useful to hear about other large installs. Your design diagram shows that you were running bazel-remote on the...

> > I wonder if you tried running a dedicated local bazel-remote machine/container/VM with a larger disk cache, shared by multiple CI machines (perhaps still with the s3 backend)? >...

Hi, glad to hear that you find bazel-remote useful- are you using it on the client side? Sorry about replacing the linux release binaries in the past few releases (I...