mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
attempt more zig cache clearing
This commit is contained in:
parent
5a326f1a80
commit
de18f25a65
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ fn generate_object_file(bitcode_path: &Path, zig_object: &str, object_file_name:
|
|||
|
||||
println!("Compiling zig object `{zig_object}` to: {src_obj}");
|
||||
|
||||
// workaround for github.com/ziglang/zig/issues/20501
|
||||
#[cfg(target_os = "macos")]
|
||||
let _ = fs::remove_dir_all("./.zig-cache");
|
||||
|
||||
let mut zig_cmd = zig();
|
||||
|
||||
zig_cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue