Skip to content

Commit

Permalink
[WIP] Update runtime utils
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Jun 30, 2024
1 parent 408fa91 commit b02deae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/std/runnable_tools.bri
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import * as std from "/core";
export function runtimeUtils(): std.Recipe<std.Directory> {
return std
.download({
url: "https://development-content.brioche.dev/github.com/brioche-dev/brioche-runtime-utils/commits/7daa97fd9dd2efe59e5f594ac05cddebd99caa44/x86_64-linux/brioche-runtime-utils.tar.zstd",
url: "https://development-content.brioche.dev/github.com/brioche-dev/brioche-runtime-utils/commits/b83872bd4cbfc27bd76575c8df69613a7426aab8/x86_64-linux/brioche-runtime-utils.tar.zstd",
hash: std.sha256Hash(
"cfd83135da620ed4847badd572e4702d0d9152b5a39e886086ddaf600d2c10e8",
"6b9911e391caf41458923a05bc57726a4dd41f31e8253dc8ac3856c715cee532",
),
})
.unarchive("tar", "zstd");
Expand Down
4 changes: 2 additions & 2 deletions packages/std/toolchain/utils.bri
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import * as std from "/core";
export function runtimeUtils(): std.Recipe<std.Directory> {
return std
.download({
url: "https://development-content.brioche.dev/github.com/brioche-dev/brioche-runtime-utils/commits/7daa97fd9dd2efe59e5f594ac05cddebd99caa44/x86_64-linux/brioche-runtime-utils.tar.zstd",
url: "https://development-content.brioche.dev/github.com/brioche-dev/brioche-runtime-utils/commits/b83872bd4cbfc27bd76575c8df69613a7426aab8/x86_64-linux/brioche-runtime-utils.tar.zstd",
hash: std.sha256Hash(
"cfd83135da620ed4847badd572e4702d0d9152b5a39e886086ddaf600d2c10e8",
"6b9911e391caf41458923a05bc57726a4dd41f31e8253dc8ac3856c715cee532",
),
})
.unarchive("tar", "zstd");
Expand Down

0 comments on commit b02deae

Please sign in to comment.