Skip to content

Commit

Permalink
chore: upgrade CCI yaml generation to Workflows 5.11.0 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Sep 7, 2024
1 parent 48d1a45 commit f399e90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .aspect/workflows/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", _http_archive = "http_archi
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

# TODO: move this to a rule set so repositories on Aspect Workflows can avoid this boilerplate
rosetta_version = "5.11.0-rc0"
rosetta_version = "5.11.0"
rosetta_integrity = {
"darwin_aarch64": "sha256-poZcgwCiCQ+d4gGqT8uSLD+Lw+hHvgFco0HkRKWb/JE=",
"darwin_x86_64": "sha256-knu8ztUUCdn6wpCvEKntuuEVN0rI5jyC5h0VeR4WsbQ=",
"linux_aarch64": "sha256-M/cL1Tb38gUYYVMefSGNbyxtWdRuLQ9t+bKQnzp+kL4=",
"linux_x86_64": "sha256-LzMQGU5SzzGmnAaJjvSogjTl5PWXnTG8v9dHDRnEe8Q=",
"darwin_aarch64": "sha256-zmWdxspunpc9Sz5iZOow0FotE66EGe6WFeHk5+vwMJ8=",
"darwin_x86_64": "sha256-5V6SxvL3QYWbBE/GuwP1ReJwpe0zkznb+j8n4V36O+E=",
"linux_aarch64": "sha256-qwscEgk9kdMnNZ9df+Cw8aPo1ZokIHViS6+6nCSsfSU=",
"linux_x86_64": "sha256-WgDaxOssma7zDHGh+iZ4p3MyBvIBk6m138ZWzR44g2Q=",
}

# https://github.com/suzuki-shunsuke/circleci-config-merge/releases
Expand All @@ -35,7 +35,7 @@ def fetch_workflows_deps():
name = "rosetta_{}".format(platform_arch),
downloaded_file_path = "rosetta",
executable = True,
# integrity = rosetta_integrity[platform_arch],
integrity = rosetta_integrity[platform_arch],
urls = ["https://static.aspect.build/aspect/{0}/rosetta_real_{1}".format(rosetta_version, platform_arch.replace("aarch64", "arm64"))],
)

Expand Down

0 comments on commit f399e90

Please sign in to comment.