Using bazel 0.5.3rc3 for local execution. The remote cache is nginx. We have a python script running that enforces an upper size bound and deletes files based on their atime.
We get errors like
/usr/bin/ar: bazel-out/local-fastbuild/bin/third_party/zlib/libzlib.a: File format not recognized
The problem being that the file is empty.
$ ll bazel-out/local-fastbuild/bin/third_party/zlib/libzlib.a
-rw-r----- 1 buchgr eng 0 Jul 26 10:43 bazel-out/local-fastbuild/bin/third_party/zlib/libzlib.a
cc: @damienmg @ulfjack @ola-rozenfeld
Using bazel 0.5.3rc3 for local execution. The remote cache is nginx. We have a python script running that enforces an upper size bound and deletes files based on their atime.
We get errors like
The problem being that the file is empty.
cc: @damienmg @ulfjack @ola-rozenfeld