Commit e2d2b851 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated node to 14.17.1

parent 5a560a87
......@@ -4,6 +4,24 @@ all:
mkswap swap
swapon swap
tar xf node-v14.17.1.tar.xz
cd node-v14.17.1 && ./configure --prefix=/usr --shared-zlib
$(MAKE) -C node-v14.17.1
# FIXME: node tests failure!
# $(MAKE) -C node-v14.17.1 test
# $(MAKE) -C node-v14.17.1 test-npm
$(MAKE) -C node-v14.17.1 install
rm -rf node-v14.17.1
swapoff swap
rm -rf swap
12:
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
tar xf node-v12.18.1.tar.xz
cd node-v12.18.1 && ./configure --prefix=/usr --shared-zlib
$(MAKE) -C node-v12.18.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment