René's URL Explorer Experiment


Title: tools: don't fetch V8 deps in the source tree by richardlau · Pull Request #60883 · nodejs/node · GitHub

Open Graph Title: tools: don't fetch V8 deps in the source tree by richardlau · Pull Request #60883 · nodejs/node

X Title: tools: don't fetch V8 deps in the source tree by richardlau · Pull Request #60883 · nodejs/node

Description: The Node.js source tree already includes several V8 DEPS under deps/v8/third_party that are needed to build Node.js. Exclude these in tools/v8/fetch_deps.py to prevent "Conflicting directory" warnings when running the V8 CI. e.g. https://ci.nodejs.org/job/node-test-commit-v8-linux/6886/nodes=benchmark-ubuntu2204-intel-64,v8test=v8test/consoleFull 10:35:32 Warnings: 10:35:32 Conflicting directory ./v8/third_party/jinja2 moved to ./_bad_scm/v8/third_party/jinja2ev06og_3. 10:35:32 Conflicting directory ./v8/third_party/fp16/src moved to ./_bad_scm/v8/third_party/fp16/srcofo97bgs. 10:35:32 Conflicting directory ./v8/third_party/fast_float/src moved to ./_bad_scm/v8/third_party/fast_float/src9v1zqv71. 10:35:32 Conflicting directory ./v8/third_party/abseil-cpp moved to ./_bad_scm/v8/third_party/abseil-cppki9can6x. 10:35:32 Conflicting directory ./v8/third_party/markupsafe moved to ./_bad_scm/v8/third_party/markupsafechfk151u. 10:35:32 Conflicting directory ./v8/third_party/googletest/src moved to ./_bad_scm/v8/third_party/googletest/srcnct99h20. 10:35:32 Conflicting directory ./v8/third_party/simdutf moved to ./_bad_scm/v8/third_party/simdutfu_7og22d. 10:35:32 Conflicting directory ./v8/third_party/zlib moved to ./_bad_scm/v8/third_party/zlib7aw3bhfj. 10:35:32 Conflicting directory ./v8/third_party/dragonbox/src moved to ./_bad_scm/v8/third_party/dragonbox/src_awrr_e7. 10:35:32 Conflicting directory ./v8/third_party/highway/src moved to ./_bad_scm/v8/third_party/highway/srcfch45l4t. 10:35:32 git update is recommended. I initially added all of the above to the overrides in tools/v8/fetch_deps.py but the V8 CI failed when some of them were skipped which suggests the V8 build requires things that have been removed from/not copied into the Node.js source tree: v8/third_party/googletest/src Details iojs@test-hetzner-ubuntu2204-x64-2:~/build/workspace/node-test-commit-v8-linux/deps/v8$ PATH=/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/depot_tools:/home/iojs/build/workspace/node-test-commit-v8-linux/depot_tools:/home/iojs/venv/bin:/home/iojs/nghttp2/src:/home/iojs/wrk:/usr/lib/ccache:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin tools/dev/v8gen.py -vv x64.release ################################################################################ /usr/bin/python3 -u tools/mb/mb.py gen -f infra/mb/mb_config.pyl -m developer_default -b x64.release out.gn/x64.release Writing """\ dcheck_always_on = false is_debug = false target_cpu = "x64" """ to /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/out.gn/x64.release/args.gn. /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/buildtools/linux64/gn gen out.gn/x64.release --check -> returned 1 ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-cardinalities.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-actions.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-function-mocker.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-more-matchers.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-more-actions.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-spec-builders.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/internal/gmock-port.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock-nice-strict.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/gmock.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock-cardinalities.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock-internal-utils.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock_main has a source file: //third_party/googletest/src/googlemock/src/gmock_main.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/include/gmock/internal/gmock-pp.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock-matchers.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-assertion-result.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gmock has a source file: //third_party/googletest/src/googlemock/src/gmock-spec-builders.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-death-test.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-matchers.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-param-test.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-printers.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-test-part.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-message.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-typed-test.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest-spi.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-filepath.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/gtest_pred_impl.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-string.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-death-test.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-death-test-internal.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/include/gtest/internal/gtest-type-util.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-port.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-matchers.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-printers.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-typed-test.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-internal-inl.h which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-test-part.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-assertion-result.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest_main has a source file: //third_party/googletest/src/googletest/src/gtest_main.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:558:5: Source file not found. target(_target_type, target_name) { ^---------------------------------- The target: //third_party/googletest:gtest has a source file: //third_party/googletest/src/googletest/src/gtest-filepath.cc which was not found. ___________________ ERROR at //build/config/BUILDCONFIG.gn:648:5: Source file not found. target(_target_type, _target_name) { ^----------------------------------- The target: //third_party/zlib:zlib_bench has a source file: //third_party/zlib/contrib/bench/zlib_bench.cc which was not found. GN gen failed: 1 Traceback (most recent call last): File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 256, in sys.exit(gen.main()) File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 250, in main return self._options.func() File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 147, in cmd_gen self._call_cmd([ File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 189, in _call_cmd output = subprocess.check_output( File "/usr/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/python3', '-u', 'tools/mb/mb.py', 'gen', '-f', 'infra/mb/mb_config.pyl', '-m', 'developer_default', '-b', 'x64.release', 'out.gn/x64.release']' returned non-zero exit status 1. iojs@test-hetzner-ubuntu2204-x64-2:~/build/workspace/node-test-commit-v8-linux/deps/v8$ v8/third_party/zlib Details iojs@test-hetzner-ubuntu2204-x64-1:~/build/workspace/node-test-commit-v8-linux/deps/v8$ PATH=/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/depot_tools:/home/iojs/build/workspace/node-test-commit-v8-linux/depot_tools:/home/iojs/venv/bin:/home/iojs/nghttp2/src:/home/iojs/wrk:/usr/lib/ccache:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin tools/dev/v8gen.py -vv x64.release ################################################################################ /usr/bin/python3 -u tools/mb/mb.py gen -f infra/mb/mb_config.pyl -m developer_default -b x64.release out.gn/x64.release Writing """\ dcheck_always_on = false is_debug = false target_cpu = "x64" """ to /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/out.gn/x64.release/args.gn. /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/buildtools/linux64/gn gen out.gn/x64.release --check -> returned 1 ERROR at //build/config/BUILDCONFIG.gn:648:5: Source file not found. target(_target_type, _target_name) { ^----------------------------------- The target: //third_party/zlib:zlib_bench has a source file: //third_party/zlib/contrib/bench/zlib_bench.cc which was not found. GN gen failed: 1 Traceback (most recent call last): File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 256, in sys.exit(gen.main()) File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 250, in main return self._options.func() File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 147, in cmd_gen self._call_cmd([ File "/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/tools/dev/v8gen.py", line 189, in _call_cmd output = subprocess.check_output( File "/usr/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/python3', '-u', 'tools/mb/mb.py', 'gen', '-f', 'infra/mb/mb_config.pyl', '-m', 'developer_default', '-b', 'x64.release', 'out.gn/x64.release']' returned non-zero exit status 1. iojs@test-hetzner-ubuntu2204-x64-1:~/build/workspace/node-test-commit-v8-linux/deps/v8$ so I have left the above two out of this PR (i.e. we'll still get warnings for those). cc @nodejs/v8-update

Open Graph Description: The Node.js source tree already includes several V8 DEPS under deps/v8/third_party that are needed to build Node.js. Exclude these in tools/v8/fetch_deps.py to prevent "Conflicting directory&q...

X Description: The Node.js source tree already includes several V8 DEPS under deps/v8/third_party that are needed to build Node.js. Exclude these in tools/v8/fetch_deps.py to prevent "Conflicting directo...

Opengraph URL: https://github.com/nodejs/node/pull/60883

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d56d0122-49ae-9d8f-a0b6-28a69766f987
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA2F2:321C49:3B49D:4E6F7:6A4C1147
html-safe-noncebe7f3cf67cefd888bbbcf72d5b19a35c9d6616f97b184cbd5a9de7dc6eb200dd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMkYyOjMyMUM0OTozQjQ5RDo0RTZGNzo2QTRDMTE0NyIsInZpc2l0b3JfaWQiOiIxMjI3NzQ0MzAzNDUyNTI0ODcxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacb55cd3ef414f5f07f7141f740988e79d7d90b47a58493b81994f5a823e06a083
hovercard-subject-tagpull_request:3054571807
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/nodejs/node/pull/60883/files
twitter:imagehttps://avatars.githubusercontent.com/u/5445507?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/5445507?s=400&v=4
og:image:altThe Node.js source tree already includes several V8 DEPS under deps/v8/third_party that are needed to build Node.js. Exclude these in tools/v8/fetch_deps.py to prevent "Conflicting directory&q...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None0ccfc9e5281bfe12e38a4d632dc422843e4d5b6757917f7efda2f6567d72fea9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release18812876666a23a0912556e224383baa4c84cf8e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/pull/60883/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F60883%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F60883%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/pull/60883/files
Reloadhttps://github.com/nodejs/node/pull/60883/files
Reloadhttps://github.com/nodejs/node/pull/60883/files
Please reload this pagehttps://github.com/nodejs/node/pull/60883/files
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/pull/60883/files
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.4k https://github.com/nodejs/node/issues
Pull requests 967 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
nodejs-github-bothttps://github.com/nodejs-github-bot
nodejs:mainhttps://github.com/nodejs/node/tree/main
richardlau:v8-bad-scmhttps://github.com/richardlau/node-1/tree/v8-bad-scm
Conversation 7 https://github.com/nodejs/node/pull/60883
Commits 1 https://github.com/nodejs/node/pull/60883/commits
Checks 35 https://github.com/nodejs/node/pull/60883/checks
Files changed https://github.com/nodejs/node/pull/60883/files
Please reload this pagehttps://github.com/nodejs/node/pull/60883/files
tools: don't fetch V8 deps in the source tree https://github.com/nodejs/node/pull/60883/files#top
Show all changes 1 commit https://github.com/nodejs/node/pull/60883/files
e25a6ce tools: don't fetch V8 deps in the source tree richardlau Nov 28, 2025 https://github.com/nodejs/node/pull/60883/commits/e25a6ce990a6d393c79acee4319f672f16f4ee52
Clear filters https://github.com/nodejs/node/pull/60883/files
Please reload this pagehttps://github.com/nodejs/node/pull/60883/files
Please reload this pagehttps://github.com/nodejs/node/pull/60883/files
tools/v8/fetch_deps.pyhttps://github.com/nodejs/node/pull/60883/files#diff-7ebbcf594ff6a36bee5f36b149d2c4d54a1f0526108d561b39ab75490693bf43
View file https://github.com/richardlau/node-1/blob/e25a6ce990a6d393c79acee4319f672f16f4ee52/tools/v8/fetch_deps.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/60883/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/60883/files#diff-7ebbcf594ff6a36bee5f36b149d2c4d54a1f0526108d561b39ab75490693bf43
https://github.com/nodejs/node/pull/60883/files#diff-7ebbcf594ff6a36bee5f36b149d2c4d54a1f0526108d561b39ab75490693bf43
Please reload this pagehttps://github.com/nodejs/node/pull/60883/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.