Skip to content

Commit b2946d1

Browse files
committed
fixup! tools: cache V8 build on test-shared workflow
1 parent 63ed445 commit b2946d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nix/v8.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ pkgs.stdenv.mkDerivation (finalAttrs: {
5858
];
5959
};
6060

61+
# We need to patch tools/gyp/ to work from within Nix sandbox
6162
prePatch = ''
62-
# Filter patches to only include changes under deps/npm/ and strip that prefix
6363
patches=()
6464
for patch in ${pkgs.lib.concatStringsSep " " nodejs.patches}; do
6565
filtered=$(mktemp)

0 commit comments

Comments
 (0)