summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2022-03-18 14:20:00 +0100
committerMichaël Zasso <targos@protonmail.com>2022-10-11 07:26:19 +0200
commit84d455e08e4129f7d1b3c68d62cbb129458619ec (patch)
treec2940fa9cb6f1a59f7cad7da201adb43ce677d29 /common.gypi
parent0cc81f0aa495f865889b57e32b909d37b5b15f50 (diff)
downloadnode-new-84d455e08e4129f7d1b3c68d62cbb129458619ec.tar.gz
deps: make V8 compilable with older glibc
Remove call to `memfd_create`. The function that references it is only used for V8 testing. PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 9517680239..70006682bc 100644
--- a/common.gypi
+++ b/common.gypi
@@ -36,7 +36,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.3',
+ 'v8_embedder_string': '-node.4',
##### V8 defaults for Node.js #####