Skip to content

Commit 79fee03

Browse files
committed
upgpatch: nodejs
Upstream landed the V8 jit fix in v20.2.0 See also: - nodejs/node#47399 - nodejs/node#48020
1 parent 7cebdd4 commit 79fee03

File tree

2 files changed

+1
-114
lines changed

2 files changed

+1
-114
lines changed

nodejs/nodejs-v8-jit-fix.patch

Lines changed: 0 additions & 95 deletions
This file was deleted.

nodejs/riscv64.patch

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
--- PKGBUILD
22
+++ PKGBUILD
3-
@@ -19,8 +19,15 @@ options=(!lto)
4-
depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 'v8')
5-
makedepends=('git' 'python' 'procps-ng')
6-
optdepends=('npm: nodejs package manager')
7-
-source=("git+https://github.com/nodejs/node.git#commit=$_commit")
8-
-sha512sums=('SKIP')
9-
+source=("git+https://github.com/nodejs/node.git#commit=$_commit"
10-
+ "nodejs-v8-jit-fix.patch")
11-
+sha512sums=('SKIP'
12-
+ 'fb4fa53b99e69ab7ae9c7d1483bb73169e2adba36edfc4e76e2edbcce7f054d17580405977d02e34f712696be7770d3dfde01501b507f92383c6e44ec899c74f')
13-
+
14-
+prepare() {
15-
+ cd node
16-
+ patch -Np1 -i ../nodejs-v8-jit-fix.patch
17-
+}
18-
19-
build() {
20-
cd node
21-
@@ -40,12 +47,13 @@ build() {
3+
@@ -40,12 +40,13 @@ build() {
224
# --shared-v8
235
# --shared-http-parser
246

0 commit comments

Comments
 (0)