aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2016-08-15 05:43:25 -0400
committerJohn Szakmeister <john@szakmeister.net>2016-08-15 05:43:25 -0400
commit6647f3c047b17345e1869a55fe0d12c32c3af524 (patch)
tree64d0d69b640b622cc3d587daa7de5c7998a3ac32
parente57988a9fb20067e474dda038943ec7573b47415 (diff)
downloadrneovim-6647f3c047b17345e1869a55fe0d12c32c3af524.tar.gz
rneovim-6647f3c047b17345e1869a55fe0d12c32c3af524.tar.bz2
rneovim-6647f3c047b17345e1869a55fe0d12c32c3af524.zip
third-party: don't build busted in parallel with anything
luarocks has had trouble in the past with multiple build/install commands running at the same time.
-rw-r--r--third-party/cmake/BuildLuarocks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake
index daf39ec271..7535475ed5 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -130,7 +130,7 @@ if(USE_BUNDLED_BUSTED)
add_custom_command(OUTPUT ${HOSTDEPS_BIN_DIR}/busted
COMMAND ${LUAROCKS_BINARY}
ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc11-0/busted-2.0.rc11-0.rockspec ${LUAROCKS_BUILDARGS}
- DEPENDS lpeg)
+ DEPENDS inspect)
add_custom_target(busted
DEPENDS ${HOSTDEPS_BIN_DIR}/busted)