From 077e710a9619f49ecd9e9b555966cbdc019515e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 7 Dec 2021 13:26:03 +0200 Subject: [PATCH] Update README, so we have a commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 32f1614..13f2505 100644 --- a/README.md +++ b/README.md @@ -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)