Skip to content
Snippets Groups Projects
Unverified Commit 1810b4bb authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 40126: Bump Node to 10.22.1 for mozilla83

We adapt the download path, too, to the one Mozilla is using.
parent 240fa782
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
[% END -%]
distdir=/var/tmp/dist/[% project %]
tar -xf [% c('input_files_by_name/node') %]
cd node-[% c('version') %]
cd node-v[% c('version') %]
./configure --prefix=$distdir
make -j[% c("buildconf/num_procs") %]
......
# vim: filetype=yaml sw=2
version: v10.21.0
version: '[% c("var/node_version") %]'
filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
var:
node_version: 10.21.0
node_hash: 26b01fa28338cacaa8a66d7963ab2514e81678c268ab52ec55dcf937aadcb73b
container:
use_container: 1
targets:
android:
var:
node_version: 10.22.1
node_hash: f47f4725dcae137b26f8e2a7d0ab2c2c7f1f47e4f96834e6a9242f157132255f
input_files:
- project: container-image
- project: binutils
......@@ -13,6 +21,6 @@ input_files:
- project: '[% c("var/compiler") %]'
name: '[% c("var/compiler") %]'
enable: '[% c("var/linux") %]'
- URL: 'https://nodejs.org/download/release/[% c("version") %]/node-[% c("version") %].tar.xz'
sha256sum: 26b01fa28338cacaa8a66d7963ab2514e81678c268ab52ec55dcf937aadcb73b
- URL: 'https://nodejs.org/dist/v[% c("var/node_version") %]/node-v[% c("var/node_version") %].tar.xz'
sha256sum: '[% c("var/node_hash") %]'
name: node
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment