mirror of
https://github.com/github/codeql.git
synced 2026-04-18 21:44:02 +02:00
This reintroduces lazy lfs file rules that were removed in https://github.com/github/codeql/pull/16117, now improved. The new rules will make the actual file download go through bazel's download manager, which includes: * caching into the repository cache * sane limiting of concurrent downloads * retries The bulk of the work is done by `git_lfs_probe.py`, which will use the LFS protocol (with authentication via SSH) to output short lived download URLs that can be consumed by `repository_ctx.download`.
0 lines
0 B
Python
0 lines
0 B
Python
The file is empty.