Commit 6b722129 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We may neeed Node v9 somewhere

parent 2f0e9ca6
......@@ -7,3 +7,13 @@ all:
# $(MAKE) -C node-v10.16.0 test-npm
$(MAKE) -C node-v10.16.0 install
rm -rf node-v10.16.0
9:
tar xf node-v9.11.1.tar.xz
cd node-v9.11.1 && ./configure --prefix=/usr --shared-zlib
$(MAKE) -C node-v9.11.1
# FIXME: node tests failure!
# $(MAKE) -C node-v9.11.1 test
# $(MAKE) -C node-v9.11.1 test-npm
$(MAKE) -C node-v9.11.1 install
rm -rf node-v9.11.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