summaryrefslogtreecommitdiff
path: root/tests/testdata
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 /tests/testdata
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 'tests/testdata')
-rw-r--r--tests/testdata/assets/node-gyp/node-v20.11.1-headers.tar.gzbin0 -> 310085 bytes
-rw-r--r--tests/testdata/assets/node-gyp/v20.11.1__win-x64__node.lib.tar.gzbin0 -> 417016 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/testdata/assets/node-gyp/node-v20.11.1-headers.tar.gz b/tests/testdata/assets/node-gyp/node-v20.11.1-headers.tar.gz
new file mode 100644
index 000000000..f63aba0db
--- /dev/null
+++ b/tests/testdata/assets/node-gyp/node-v20.11.1-headers.tar.gz
Binary files differ
diff --git a/tests/testdata/assets/node-gyp/v20.11.1__win-x64__node.lib.tar.gz b/tests/testdata/assets/node-gyp/v20.11.1__win-x64__node.lib.tar.gz
new file mode 100644
index 000000000..dccc66243
--- /dev/null
+++ b/tests/testdata/assets/node-gyp/v20.11.1__win-x64__node.lib.tar.gz
Binary files differ