mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
After this change, the system will be inspected for root certificates only upon the first https request that actually occurs. This makes the compiler no longer do SSL certificate scanning when running `zig build` if no network requests are made.