build: remove shell installation

This commit is contained in:
Pierre Tachoire
2024-03-29 09:19:21 +01:00
parent ff0b7ed6bf
commit b59618120f

View File

@@ -65,8 +65,6 @@ pub fn build(b: *std.build.Builder) !void {
});
try common(shell, options);
try jsruntime_pkgs.add_shell(shell);
// do not install shell binary
b.installArtifact(shell);
// run
const shell_cmd = b.addRunArtifact(shell);