mirror of
https://github.com/github/codeql.git
synced 2026-04-11 18:14:01 +02:00
Merge pull request #21628 from github/redsun82/vendor-picosha2
Vendor `PicoSHA2` into LFS
This commit is contained in:
9
swift/third_party/load.bzl
vendored
9
swift/third_party/load.bzl
vendored
@@ -81,12 +81,13 @@ def load_dependencies(module_ctx):
|
||||
_load_prebuilt(plat)
|
||||
_load_resource_dir(plat)
|
||||
|
||||
_github_archive(
|
||||
# Vendored from okdshin/PicoSHA2 (personal account).
|
||||
# To update (from the internal repo): resources/third_party/vendor.sh -o ql/swift/third_party/resources okdshin/PicoSHA2 <new_commit>
|
||||
lfs_archive(
|
||||
name = "picosha2",
|
||||
src = "//swift/third_party/resources:PicoSHA2-27fcf6979298949e8a462e16d09a0351c18fcaf2.tar.zst",
|
||||
strip_prefix = "PicoSHA2-27fcf6979298949e8a462e16d09a0351c18fcaf2",
|
||||
build_file = _build % "picosha2",
|
||||
repository = "okdshin/PicoSHA2",
|
||||
commit = "27fcf6979298949e8a462e16d09a0351c18fcaf2",
|
||||
sha256 = "d6647ca45a8b7bdaf027ecb68d041b22a899a0218b7206dee755c558a2725abb",
|
||||
)
|
||||
|
||||
_github_archive(
|
||||
|
||||
BIN
swift/third_party/resources/PicoSHA2-27fcf6979298949e8a462e16d09a0351c18fcaf2.tar.zst
(Stored with Git LFS)
vendored
Normal file
BIN
swift/third_party/resources/PicoSHA2-27fcf6979298949e8a462e16d09a0351c18fcaf2.tar.zst
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user