fix: update copy_directory and copy_to_directory to use binaries with copy concurrency limited (#352)

This commit is contained in:
Greg Magolan 2023-02-01 16:14:51 -08:00 committed by GitHub
parent 2854f86e56
commit 95d4b6974c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -6,13 +6,13 @@
# `tools/copy_directory_mirror_release.sh`. To calculate for a specific release run
# `tools/copy_directory_mirror_release.sh <release_version>`
COPY_DIRECTORY_VERSION = "1.23.2"
COPY_DIRECTORY_VERSION = "1.24.1"
COPY_DIRECTORY_INTEGRITY = {
"darwin_amd64": "sha256-Ruv9pzJpPJHAiasTVzd6HTeBfULm2KBbyL/juuEh5kI=",
"darwin_arm64": "sha256-AIp3GqQSb+OEleIga+Epl9RYKOECJ2FfxQagfSNnYKA=",
"linux_amd64": "sha256-tY25Im1/jAWMwIQJqi7xFYXJtE4ibQI4mrtN6532wYc=",
"linux_arm64": "sha256-KkIVneuGFyT65FtTWSQJKY/Zi7BMY0GlOeeK+ZgLgK8=",
"windows_amd64": "sha256-hKywSdMdH9oAPLncALvESJrZ71SQWjvY/peissBfYWI=",
"darwin_amd64": "sha256-ZY4K6g2GBoMghXawS0N00cFwJu+xk/IvZIssjwHrqDw=",
"darwin_arm64": "sha256-MR1mYnSDIdnuLgDhaUrePtf99hFExFzoKRCLyzKKQVQ=",
"linux_amd64": "sha256-SCEMzcA7CRFFJ6qLx4UjJ68Csr37acqzozNFYBu12KE=",
"linux_arm64": "sha256-ALRLEDEaxXUyAxBu173nDz72ou61H2WrmJxPXG7/j5o=",
"windows_amd64": "sha256-LIhTYXLhMl3B1ffYOwF+xHGy2dzZ+yCwVby0zgzoSe4=",
}
# Platform names follow the platform naming convention in @aspect_bazel_lib//:lib/private/repo_utils.bzl

View File

@ -6,13 +6,13 @@
# `tools/copy_to_directory_mirror_release.sh`. To calculate for a specific release run
# `tools/copy_to_directory_mirror_release.sh <release_version>`
COPY_TO_DIRECTORY_VERSION = "1.23.2"
COPY_TO_DIRECTORY_VERSION = "1.24.1"
COPY_TO_DIRECTORY_INTEGRITY = {
"darwin_amd64": "sha256-kL+STi6UVL0hVxIAWksbyFWTn1mjnohLB4J1Vi7xLjw=",
"darwin_arm64": "sha256-qrIA76XSvNhebEnwTRpuRlm8H6Z8MZltsxEBm8MKNjY=",
"linux_amd64": "sha256-Fd1tXWj4illZl/0pziu25cBYixDlDWpmxcQwieseAV0=",
"linux_arm64": "sha256-xD34PmddKJQHnYCr0YzgtZjRK9ppk5G0hOjXE+VYAQ4=",
"windows_amd64": "sha256-vk1V4gtWukUv7YJA1fRunzRshABrAjenNgJZxtZvP+0=",
"darwin_amd64": "sha256-Qq6RJ+wiPJEm90VFAMxUrJ+/atRs5TT/MSxq6MYxlOg=",
"darwin_arm64": "sha256-jDZ2zjj7UWG+FjjdZ1hiELvMp3kF0erbtxnzYDpKZck=",
"linux_amd64": "sha256-qPMHgZACh9yJquIMfvR8MP80F/CXWe5W0RFTQRnhEGA=",
"linux_arm64": "sha256-1E/4QPVAqrT5DBD1rMN3yyV1anFYAKfr0ErCzYfy2Ik=",
"windows_amd64": "sha256-fz7anSGKdVQ+V5yq3Oz5b9vG/728JGhnTSOMJwY9I5Q=",
}
# Platform names follow the platform naming convention in @aspect_bazel_lib//:lib/private/repo_utils.bzl