Skip to content

Commit

Permalink
chore: add Workflows 5.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Feb 9, 2024
1 parent e2d4925 commit 35c487e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions workflows/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# Versions should be in descending order so ROSETTA_VERSIONS.keys()[0] is always the latest version.
ROSETTA_VERSIONS = {
"5.9.4": {
"darwin_aarch64": "sha256-JOUgcmXjol1OH1+Amop3Vui7mCn/Inxj8ZNMfe138bo=",
"darwin_x86_64": "sha256-LNjmAlAs705oPF8ZVNzTM2Oiyk4KnEvIdtymLgyjCsE=",
"linux_aarch64": "sha256-rN19MEFcyYgd9QD1/UzsxIOz/MK+vXrRQNgOlCSs9iQ=",
"linux_x86_64": "sha256-DWzwS/XTVxixIxFPQRcXvuKzOrsaP7nyW0ti7uweuYY=",
"5.9.5": {
"darwin_aarch64": "sha256-sqPA8Cqm5NYwVs/CkLu6tFAVKQLPioMzNPSz6xzAVzY=",
"darwin_x86_64": "sha256-thY508zukq/tUOHAk4KFq8l8YB2hbg3o9mxeeysCNBI=",
"linux_aarch64": "sha256-NwTll9weAH8oZHVfjhZVgFrZaM6kTmIRG7TLo9nWBzg=",
"linux_x86_64": "sha256-q1pS+Eh0TeNHYWAb3szuLulUt/p4agWnAAjtBo4P+WY=",
},
}

Expand Down
2 changes: 1 addition & 1 deletion workflows/tests/versions_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("//workflows/private:versions.bzl", "ROSETTA_VERSIONS")

def _smoke_test_impl(ctx):
env = unittest.begin(ctx)
asserts.equals(env, "5.9.4", ROSETTA_VERSIONS.keys()[0])
asserts.equals(env, "5.9.5", ROSETTA_VERSIONS.keys()[0])
return unittest.end(env)

# The unittest library requires that we export the test cases as named test rules,
Expand Down

0 comments on commit 35c487e

Please sign in to comment.