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:
John Szakmeister 2016-08-15 05:43:25 -04:00
parent e57988a9fb
commit 6647f3c047

View File

@ -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)