Browse Source
nodejs: add note about CI build failure
%ci:no-build
master
Leonid Pliushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
0 deletions
-
packages/nodejs/build.sh
|
|
@ -1,6 +1,8 @@ |
|
|
|
TERMUX_PKG_HOMEPAGE=https://nodejs.org/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications" |
|
|
|
TERMUX_PKG_LICENSE="MIT" |
|
|
|
# Note: package build may fail on Github Actions CI due to out-of-memory |
|
|
|
# condition. It should be built locally instead. |
|
|
|
TERMUX_PKG_VERSION=14.2.0 |
|
|
|
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz |
|
|
|
TERMUX_PKG_SHA256=8efdcc3ae381909cc9c4bd08644481a594e08b5a6a7d05814e1c32b1279e16cf |
|
|
|