Skip to content

Commit a2ea107

Browse files
committed
Move completely outside the patches directory
1 parent efc99ce commit a2ea107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/install-node-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pushd "${NODE_JS_SOURCE_PATH}"
5656
patch -p1 < "${ROOT_DIR}/scripts/nodejs-patches/001-configure-bz2.patch"
5757

5858
if [[ "$NODE_JS_VERSION" == "22"* ]]; then
59-
patch -p1 < "${ROOT_DIR}/scripts/nodejs-patches/v22/005-win-almost-fix-race-detecting-esrch-in-uv-kill.patch"
59+
patch -p1 < "${ROOT_DIR}/scripts/nodejs22-patches/005-win-almost-fix-race-detecting-esrch-in-uv-kill.patch"
6060
fi
6161

6262
./configure --prefix "${NODE_JS_INSTALL_DIR}"

scripts/nodejs-patches/v22/005-win-almost-fix-race-detecting-esrch-in-uv-kill.patch renamed to scripts/nodejs22-patches/005-win-almost-fix-race-detecting-esrch-in-uv-kill.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ index 4e94dee90e13eede63d8e97ddc9992726f874ea9..f46f34289e8e7d3a2af914d89e6164b7
5555
+
5656
switch (WaitForSingleObject(process_handle, 0)) {
5757
case WAIT_OBJECT_0:
58-
return UV_ESRCH;
58+
return UV_ESRCH;

0 commit comments

Comments
 (0)