Upgrade Zig (#2151)

* fixup

* Upgrade Zig

* Remove bad assertion

* strings

* bump

* mode -> optimize

* optimize

* Linux build

* Update bindgen.zig
This commit is contained in:
Dylan Conway
2023-02-23 23:57:19 -08:00
committed by GitHub
parent b5bdde28ed
commit 3f04f8d0a6
115 changed files with 771 additions and 701 deletions

View File

@@ -5231,7 +5231,7 @@ On fish that looks like `fish_add_path (brew --prefix llvm@15)/bin`
Install the version of Zig referenced in the [`Dockerfile`](./Dockerfile) using [zigup](https://github.com/marler8997/zigup). For example:
```bash
zigup 0.11.0-dev.1393+38eebf3c4
zigup 0.11.0-dev.1783+436e99d13
```
#### Build bun (macOS)