nodejs: add note about CI build failure
%ci:no-build
This commit is contained in:
parent
b99704569b
commit
75836d6a6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user