summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-11-06 19:52:46 -0800
committerGitHub <noreply@github.com>2024-11-06 19:52:46 -0800
commit742744d4985548a948bc90e78673c0c22d607d8a (patch)
treebb752af8134041f4149992606b7768f0d718dab5 /Cargo.lock
parent1cab4f07a3e6125a089726f022dd6bc9af517536 (diff)
chore: serve node headers from a test server to fix flaky `node-gyp` test (#26749)
Fixes https://github.com/denoland/deno/issues/24749 Runs a server that just returns the header tarball and checksum, and sets the `NODEJS_ORG_MIRROR` env var so that `node-gyp` uses it instead of `nodejs.org`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c3753991f..b0e3d8b21 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -7190,6 +7190,7 @@ dependencies = [
"console_static_text",
"deno_unsync",
"denokv_proto",
+ "faster-hex",
"fastwebsockets",
"flate2",
"futures",