Skip to content

Commit 119faa3

Browse files
committed
chore(deps): update openshell to 0.0.106
Patch-Walker-Manifest: sha256:38bebdb774c1939b1ba3b5177a40e771dc8c01cbb80d745b590ee7108af10b8d Refs #6256 Refs #3136 Refs #6871 Refs #7367 Refs #7937 Refs #7957 Refs #8769 Refs #8887 Refs #8893 Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
1 parent 6fdf1a2 commit 119faa3

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

test/installer-hash-check.test.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,16 @@ const FORMULA_ASSET = "openshell.rb";
4848
const FORMULA_DIGEST = ASSET_DIGESTS.get(FORMULA_ASSET)!;
4949
const SYNTHETIC_SUPERVISOR_MANIFEST_DIGEST = `sha256:${"c".repeat(64)}`;
5050
const SYNTHETIC_SANDBOX_BUILD_DIGESTS = ["a".repeat(64), "b".repeat(64)] as const;
51-
const ASSETS = [...ASSET_DIGESTS.keys()].filter((asset) => asset !== FORMULA_ASSET);
51+
const ASSETS = [
52+
"openshell-x86_64-unknown-linux-musl.tar.gz",
53+
"openshell-aarch64-unknown-linux-musl.tar.gz",
54+
"openshell-aarch64-apple-darwin.tar.gz",
55+
"openshell-gateway-x86_64-unknown-linux-gnu.tar.gz",
56+
"openshell-gateway-aarch64-unknown-linux-gnu.tar.gz",
57+
"openshell-gateway-aarch64-apple-darwin.tar.gz",
58+
"openshell-sandbox-x86_64-unknown-linux-gnu.tar.gz",
59+
"openshell-sandbox-aarch64-unknown-linux-gnu.tar.gz",
60+
] as const;
5261
const INSTALLER_ASSETS = [...ASSETS, FORMULA_ASSET];
5362
const UNPUBLISHED_ASSET = "openshell-sandbox-aarch64-unknown-linux-gnu-unpublished.tar.gz";
5463
const OFFICIAL_UNEXPECTED_INSTALLER_ASSET = "openshell-driver-vm-x86_64-unknown-linux-gnu.tar.gz";

0 commit comments

Comments
 (0)