Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthew Finkel
tor-browser-build
Commits
1810b4bb
Unverified
Commit
1810b4bb
authored
4 years ago
by
Georg Koppen
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
projects/node/build
+1
-1
1 addition, 1 deletion
projects/node/build
projects/node/config
+11
-3
11 additions, 3 deletions
projects/node/config
with
12 additions
and
4 deletions
projects/node/build
+
1
−
1
View file @
1810b4bb
...
...
@@ -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
"
)
%
]
...
...
This diff is collapsed.
Click to expand it.
projects/node/config
+
11
−
3
View file @
1810b4bb
# 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/d
ownload/release/[%
c("
version")
%]/node-[%
c("version")
%].tar.xz'
sha256sum
:
26b01fa28338cacaa8a66d7963ab2514e81678c268ab52ec55dcf937aadcb73b
-
URL
:
'
https://nodejs.org/d
ist/v[%
c("var/node_
version")
%]/node-
v
[%
c("
var/node_
version")
%].tar.xz'
sha256sum
:
'
[%
c("var/node_hash")
%]'
name
:
node
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment