Skip to content

Commit 2624f35

Browse files
authored
Merge pull request #6639 from ajayk/nodejs-18-patch
nodejs-18: add nghttp2 patches
2 parents e258eba + cda2c32 commit 2624f35

File tree

2 files changed

+4506
-1
lines changed

2 files changed

+4506
-1
lines changed

nodejs-18.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: nodejs-18
33
version: 18.18.1 # When bumping this, also bump the provides below!
4-
epoch: 0
4+
epoch: 1
55
description: "JavaScript runtime built on V8 engine - LTS version"
66
copyright:
77
- license: MIT
@@ -36,6 +36,10 @@ pipeline:
3636
uri: https://nodejs.org/dist/v${{package.version}}/node-v${{package.version}}.tar.gz
3737
expected-sha256: f882080b1a5ee2fd5078521ec3016cb8472740d671d19465d377207d671af372
3838

39+
- uses: patch
40+
with:
41+
patches: nghttp2.patch
42+
3943
- name: Configure and build
4044
runs: |
4145
# Add defines recommended in libuv readme.

0 commit comments

Comments
 (0)