mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
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.
This commit is contained in:
parent
e57988a9fb
commit
6647f3c047
2
third-party/cmake/BuildLuarocks.cmake
vendored
2
third-party/cmake/BuildLuarocks.cmake
vendored
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user