Skip to content

Commit 59075a6

Browse files
authored
Update README.md
1 parent a5b4b06 commit 59075a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ workspace dependencies from Google Cloud Storage, S3, Minio, or Backblaze B2.
55
This can be useful when pulling data, code, and binary dependencies from these
66
storage backends into your Bazel build.
77

8+
In addition, these rules are support the much faster Zstandard compression for
9+
`*.tar.zst` and `*.tzst` files, assuming your `tar` supports `zstd` and `zstd`
10+
is installed. If not you see errors, try `sudo apt install zstd` before you
11+
file an issue, and make sure your `tar` is fresh enough to support this.
12+
813
## Usage
914
```starlark
1015
load("//:cloud_archive.bzl", "gs_archive")

0 commit comments

Comments
 (0)