Skip to content

Commit

Permalink
fix: update copy_directory and copy_to_directory to use binaries with…
Browse files Browse the repository at this point in the history
… copy concurrency limited (#352)
  • Loading branch information
gregmagolan committed Feb 2, 2023
1 parent 2854f86 commit 95d4b69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions lib/private/copy_directory_toolchain.bzl
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions lib/private/copy_to_directory_toolchain.bzl
Expand Up @@ -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
Expand Down

0 comments on commit 95d4b69

Please sign in to comment.