FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ node Public

tools: don't fetch V8 deps in the source tree - #60883

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
richardlau:v8-bad-scm
Dec 1, 2025
Merged

tools: don't fetch V8 deps in the source tree#60883
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
richardlau:v8-bad-scm

Conversation

richardlau commented Nov 28, 2025
edited
Loading

Copy link
Copy Markdown
Member

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 <module>
    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 <module>
    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

nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Nov 28, 2025
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.
targos added v8 engine Issues and PRs related to the V8 dependency. request-ci Add this label to start a Jenkins CI on a PR. labels Dec 1, 2025
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 1, 2025

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member Author

V8 CI: https://ci.nodejs.org/job/node-test-commit-v8-linux/nodes=benchmark-ubuntu2204-intel-64,v8test=v8test/6895/

https://ci.nodejs.org/job/node-test-commit-v8-linux/6895/nodes=benchmark-ubuntu2204-intel-64,v8test=v8test/consoleFull

As expected, now down to two warnings (as noted in the description):

10:41:51 Warnings:
10:41:51 Conflicting directory ./v8/third_party/zlib moved to ./_bad_scm/v8/third_party/zlibvkykl18o.
10:41:51 Conflicting directory ./v8/third_party/googletest/src moved to ./_bad_scm/v8/third_party/googletest/srcs3d3aewh.
10:41:51 git update is recommended.

richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 1, 2025
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 1, 2025
nodejs-github-bot merged commit 90ff75f into nodejs:main Dec 1, 2025
72 of 73 checks passed

Copy link
Copy Markdown
Collaborator

Landed in 90ff75f

richardlau deleted the v8-bad-scm branch December 1, 2025 15:12
targos pushed a commit that referenced this pull request Dec 5, 2025
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.

PR-URL: #60883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
aduh95 pushed a commit that referenced this pull request Jan 9, 2026
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.

PR-URL: #60883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
RafaelGSS pushed a commit that referenced this pull request Jan 13, 2026
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.

PR-URL: #60883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
aduh95 pushed a commit that referenced this pull request Jan 19, 2026
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.

PR-URL: #60883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
aduh95 pushed a commit that referenced this pull request Feb 17, 2026
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.

PR-URL: #60883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
aduh95 pushed a commit that referenced this pull request Feb 19, 2026
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.

PR-URL: #60883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
aduh95 pushed a commit that referenced this pull request Feb 21, 2026
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.

PR-URL: #60883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
aduh95 mentioned this pull request Feb 22, 2026
aduh95 pushed a commit that referenced this pull request Feb 23, 2026
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.

PR-URL: #60883
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL