diff --git a/packages/nodejs/build.sh b/packages/nodejs/build.sh index d27966be9f..7e36d912ea 100644 --- a/packages/nodejs/build.sh +++ b/packages/nodejs/build.sh @@ -5,7 +5,8 @@ TERMUX_PKG_MAINTAINER="Yaksh Bariya " TERMUX_PKG_VERSION=20.2.0 TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=22523df2316c35569714ff1f69b053c2e286ced460898417dee46945efcdf989 -TERMUX_PKG_AUTO_UPDATE=false # thunder-coding: don't try to autoupdate nodejs, that thing takes 2 whole hours to build for a single arch, and requires a lot of patch updates everytime. Also I run tests everytime I update it to ensure least bugs + # thunder-coding: don't try to autoupdate nodejs, that thing takes 2 whole hours to build for a single arch, and requires a lot of patch updates everytime. Also I run tests everytime I update it to ensure least bugs +TERMUX_PKG_AUTO_UPDATE=false # Note that we do not use a shared libuv to avoid an issue with the Android # linker, which does not use symbols of linked shared libraries when resolving # symbols on dlopen(). See https://github.com/termux/termux-packages/issues/462.