mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
enable alpine/musl CI tests
This commit is contained in:

committed by
Alexander Medvednikov

parent
3b7466a13d
commit
7545ea709a
@ -13,7 +13,7 @@ pub fn launch_tool(tname string){
|
||||
tool_args := oargs.join(' ')
|
||||
tool_command := '"$tool_exe" $tool_args'
|
||||
//println('Launching: "$tool_command" ...')
|
||||
|
||||
|
||||
mut tool_should_be_recompiled := false
|
||||
if !os.file_exists( tool_exe ) {
|
||||
// fresh checkout
|
||||
|
Reference in New Issue
Block a user