| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The build succeeds and all tests pass, but it has a lot of warnings like this one: [2057/3383] CXX obj/deps/v8/src/strings/v8_base_without_compiler.string-stream.o
In file included from ../../deps/v8/src/strings/string-stream.cc:11:
In file included from ../../deps/v8/src/objects/js-array-inl.h:10:
In file included from ../../deps/v8/src/objects/objects-inl.h:22:
In file included from ../../deps/v8/src/heap/heap-write-barrier-inl.h:15:
In file included from ../../deps/v8/src/objects/compressed-slots-inl.h:10:
../../deps/v8/src/common/ptr-compr-inl.h:25:35: warning: requested alignment must be 536870912 bytes or smaller; maximum alignment assumed [-Wbuiltin-assume-aligned-alignment]
ret = reinterpret_cast<Address>(V8_ASSUME_ALIGNED(
^~~~~~~~~~~~~~~~~~
../../deps/v8/include/v8config.h:379:3: note: expanded from macro 'V8_ASSUME_ALIGNED'
__builtin_assume_aligned((ptr), (alignment))
^ ~~~~~~~~~~~
1 warning generated.
|
Sorry, something went wrong.
|
I'm porting this part of BUILD.gn: Lines 615 to 622 in 58316e2 Setting V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE unconditionally because we haven't ported the v8_enable_pointer_compression_shared_cage option to gyp. |
Sorry, something went wrong.
Sorry, something went wrong.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/39488/ |
Sorry, something went wrong.
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/39664 ✔ Done loading data for nodejs/node/pull/39664 ----------------------------------- PR info ------------------------------------ Title build: fix V8 build with pointer compression (#39664) Author Michaël Zasso (@targos) Branch targos:fix-pointer-compression -> nodejs:master Labels build, v8 engine, tools, needs-ci, dont-land-on-v12.x, dont-land-on-v14.x Commits 1 - build: fix V8 build with pointer compression Committers 1 - Michaël Zasso PR-URL: https://github.com/nodejs/node/pull/39664 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Mary Marchini ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/39664 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Mary Marchini -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 05 Aug 2021 14:31:48 GMT ✔ Approvals: 4 ✔ - Richard Lau (@richardlau): https://github.com/nodejs/node/pull/39664#pullrequestreview-723459767 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/39664#pullrequestreview-723554439 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/39664#pullrequestreview-724757725 ✔ - Mary Marchini (@mmarchini) (TSC): https://github.com/nodejs/node/pull/39664#pullrequestreview-724801993 ✖ This PR needs to wait 1 more hours to land ✖ Last GitHub CI failed ℹ Last Full PR CI on 2021-08-07T04:30:37Z: https://ci.nodejs.org/job/node-test-pull-request/39492/ ℹ Last V8 CI on 2021-08-06T16:30:55Z: https://ci.nodejs.org/job/node-test-commit-v8-linux/4194/ - Querying data for job/node-test-pull-request/39492/ ✔ Build data downloaded ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/1108009843 |
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/39664 ✔ Done loading data for nodejs/node/pull/39664 ----------------------------------- PR info ------------------------------------ Title build: fix V8 build with pointer compression (#39664) Author Michaël Zasso (@targos) Branch targos:fix-pointer-compression -> nodejs:master Labels build, v8 engine, tools, needs-ci, dont-land-on-v12.x, dont-land-on-v14.x Commits 1 - build: fix V8 build with pointer compression Committers 1 - Michaël Zasso PR-URL: https://github.com/nodejs/node/pull/39664 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Mary Marchini ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/39664 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Mary Marchini -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 05 Aug 2021 14:31:48 GMT ✔ Approvals: 4 ✔ - Richard Lau (@richardlau): https://github.com/nodejs/node/pull/39664#pullrequestreview-723459767 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/39664#pullrequestreview-723554439 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/39664#pullrequestreview-724757725 ✔ - Mary Marchini (@mmarchini) (TSC): https://github.com/nodejs/node/pull/39664#pullrequestreview-724801993 ✖ Last GitHub CI failed ℹ Last Full PR CI on 2021-08-07T13:25:47Z: https://ci.nodejs.org/job/node-test-pull-request/39492/ ℹ Last V8 CI on 2021-08-07T13:25:47Z: https://ci.nodejs.org/job/node-test-commit-v8-linux/4194/ - Querying data for job/node-test-pull-request/39492/ ✔ Build data downloaded ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/1108229017 |
Sorry, something went wrong.
Refs: nodejs/TSC#790 (comment) PR-URL: #39664 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mary Marchini <oss@mmarchini.me>
Refs: nodejs/TSC#790 (comment) PR-URL: #39664 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mary Marchini <oss@mmarchini.me>
| Back | FazBrowse Home | New Git URL |
Refs: nodejs/TSC#790 (comment)