mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
WIP refactor to build test platform once per test run
This commit is contained in:
parent
9ecb209f73
commit
0767115414
9 changed files with 219 additions and 175 deletions
|
@ -894,7 +894,9 @@ fn build_loaded_file<'a>(
|
|||
)
|
||||
}
|
||||
(Err(legacy_paths), Err(surgical_paths), true, LinkType::Executable) => {
|
||||
report_rebuilding_missing_host(&format!("{legacy_paths}\n {surgical_paths}"));
|
||||
if !supress_build_host_warning {
|
||||
report_rebuilding_missing_host(&format!("{legacy_paths}\n {surgical_paths}"));
|
||||
}
|
||||
build_and_preprocess_host(
|
||||
code_gen_options,
|
||||
dll_stub_symbols,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue