typesense/bazel/test_files.BUILD
2022-12-18 20:49:51 +05:30

9 lines
386 B
Plaintext

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
http_file(
name = "token_offsets",
downloaded_file_path = "token_offsets.txt",
sha256 = "55c1c510ca6335c049f5696f3b94ac7be61e84f3e27cd8169021929b3db99651",
urls = ["https://gist.githubusercontent.com/kishorenc/1d330714eb07019f210f16ccb3991217/raw/bd52e05375d305d5aaa7ac06219af999726933a4/token_offsets.log"],
)