You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
@alexeagle i think what we could do:
since the tar-toolchain of bazel-lib uses libarchive we could also expose bsdcat as a separate toolchain. bsdcat could then be used as a replacement for xz (i.e. bsdcat data.tar.xz > data.tar)
xz
isn't available on MacOS without installing additional utilities. I'm currently using this workaround usingbazel-lib
's bsd tar:as a fallback if
xz
isn't available on the host.Not sure if there are better appraoches?
The text was updated successfully, but these errors were encountered: