1
Fork 0

Update README, so we have a commit

This commit is contained in:
Motiejus Jakštys 2021-12-07 13:26:03 +02:00
parent 2ee3c32780
commit 077e710a96
1 changed files with 10 additions and 0 deletions

View File

@ -106,6 +106,16 @@ specifying the suffix to the oldest system that is mean to run the compiled
binaries. This is safe, because glibc is backwards-compatible. Alternatively,
use musl.
## Non-trivial upgrades
**Severity: Medium**
**Task:** [ziglang/zig [cgo darwin] AccessDenied](https://github.com/ziglang/zig/issues/10293)
Zig upgrades are non-trivial: paths change, and integration with cgo is
difficult to troubleshoot. This will change over time, but something to keep in
mind when adopting the toolchain.
# Closed issues
- [ziglang/zig #9139 zig c++ hanging when compiling in parallel](https://github.com/ziglang/zig/issues/9139) (CLOSED, thanks andrewrk)