mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00: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:
		
							
								
								
									
										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 |   add_custom_command(OUTPUT ${HOSTDEPS_BIN_DIR}/busted | ||||||
|     COMMAND ${LUAROCKS_BINARY} |     COMMAND ${LUAROCKS_BINARY} | ||||||
|     ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc11-0/busted-2.0.rc11-0.rockspec ${LUAROCKS_BUILDARGS} |     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 |   add_custom_target(busted | ||||||
|     DEPENDS ${HOSTDEPS_BIN_DIR}/busted) |     DEPENDS ${HOSTDEPS_BIN_DIR}/busted) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Szakmeister
					John Szakmeister