mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
Problem was manifested only on windows with target `-target aarch64-windows-gnu`. I was creating new files but not closing any of them. Tmp dir cleanup hangs looping in deleteTree forever.