1
0
Fork 0

Remove nvim parallel

main
Ambrose Chua 2018-04-01 22:18:29 +08:00
parent 8290cef740
commit 2d932de221
1 changed files with 1 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 -j$(getconf _NPROCESSORS_ONLN) CMAKE_EXTRA_FLAGS=-DENABLE_JEMALLOC=OFF >/dev/null || make
make CMAKE_EXTRA_FLAGS=-DENABLE_JEMALLOC=OFF >/dev/null || make
make install
cd ..
rm -rf neovim