1
0
Fork 0

Parallel builds

main
Ambrose Chua 2018-04-01 21:58:59 +08:00
parent e164c8ca35
commit 8290cef740
2 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if [ "$NEOVIM_VERSION" = "0.2.2" ]; then
# temp fix for #8056 until next release
sed -i 's/https:\/\/raw\.githubusercontent\.com\/mpeterv\/luacheck\/master\/luacheck-scm-1\.rockspec/https:\/\/luarocks\.org\/manifests\/mpeterv\/luacheck-0\.21\.2-1\.rockspec/g' third-party/cmake/BuildLuarocks.cmake
fi
make CMAKE_EXTRA_FLAGS=-DENABLE_JEMALLOC=OFF
make -j$(getconf _NPROCESSORS_ONLN) CMAKE_EXTRA_FLAGS=-DENABLE_JEMALLOC=OFF >/dev/null || make
make install
cd ..
rm -rf neovim

View File

@ -47,7 +47,9 @@ cd "node-v$NODE_VERSION"
./configure
make -j$(getconf _NPROCESSORS_ONLN) >/dev/null || make
make install
apk del .build-deps
cd ..
rm -Rf "node-v$NODE_VERSION"
rm "node-v$NODE_VERSION.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt