mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
fixed valgrind crate
This commit is contained in:
parent
c64160ac73
commit
0e28199b49
4 changed files with 32 additions and 10 deletions
|
@ -1378,9 +1378,11 @@ pub fn preprocess_host_wasm32(host_input_path: &Path, host_output_path: &Path) {
|
|||
fn run_build_command(mut command: Command, file_to_build: &str, flaky_fail_counter: usize) {
|
||||
let command_string = stringify_command(&command, false);
|
||||
let cmd_str = &command_string;
|
||||
|
||||
roc_debug_flags::dbg_do!(roc_debug_flags::ROC_PRINT_BUILD_COMMANDS, {
|
||||
print_command_str(cmd_str);
|
||||
});
|
||||
|
||||
let cmd_output = command.output().unwrap();
|
||||
let max_flaky_fail_count = 10;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue