From b59618120f043b3964e5ab39574eea969d61a118 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 29 Mar 2024 09:19:21 +0100 Subject: [PATCH] build: remove shell installation --- build.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.zig b/build.zig index a0618474..5fbda732 100644 --- a/build.zig +++ b/build.zig @@ -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);