Skip to content

Commit

Permalink
begin nominating 2024.11.0-mach
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Dec 30, 2024
1 parent 4ddb7eb commit c3ceebe
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions content/docs/nominated-zig.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,36 @@ Periodically, the question comes up: why *not* just use stable Zig versions? The

## Nominated Zig history

### 2024.11.0-mach

**IN-PROGRESS:** This version is currently being nominated, see [the tracking issue](https://github.com/hexops/mach/issues/1287) for details. Once everything looks good, the new Zig version is confirmed to be working with Mach, we will declare success, close the issue, and remove this in-progress warning.

Zig `2024.11.0-mach` and `0.14.0-dev.2577+271452d22` are identical.

Install it using [zigup](https://github.com/marler8997/zigup):

```sh
zigup 0.14.0-dev.2577+271452d22
```

Or download it using our [pkg.machengine.org](https://pkg.machengine.org) mirror:

| OS/Arch | Kind | Download mirror |
|-----------------------------------|--------|-----------------------------------------------------------------------------------------------------------------------------------------|
| **Linux x86_64** | Binary | [zig-linux-x86_64-0.14.0-dev.2577+271452d22.tar.xz](https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.2577+271452d22.tar.xz) |
| **Linux aarch64** (ARM) | Binary | [zig-linux-aarch64-0.14.0-dev.2577+271452d22.tar.xz](https://pkg.machengine.org/zig/zig-linux-aarch64-0.14.0-dev.2577+271452d22.tar.xz) |
| **Windows x86_64** | Binary | [zig-windows-x86_64-0.14.0-dev.2577+271452d22.zip](https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.2577+271452d22.zip) |
| **Windows aarch64** (ARM) | Binary | [zig-windows-aarch64-0.14.0-dev.2577+271452d22.zip](https://pkg.machengine.org/zig/zig-windows-aarch64-0.14.0-dev.2577+271452d22.zip) |
| **macOS x86_64** (Intel) | Binary | [zig-macos-x86_64-0.14.0-dev.2577+271452d22.tar.xz](https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.2577+271452d22.tar.xz) |
| **macOS aarch64** (Apple Silicon) | Binary | [zig-macos-aarch64-0.14.0-dev.2577+271452d22.tar.xz](https://pkg.machengine.org/zig/zig-macos-aarch64-0.14.0-dev.2577+271452d22.tar.xz) |
| Source code | Source | [zig-0.14.0-dev.2577+271452d22.tar.xz](https://pkg.machengine.org/zig/zig-0.14.0-dev.2577+271452d22.tar.xz) |

_**Installation:** Download, extract, and place on your system `$PATH`. Ensure `zig version` reports the right version._

_**Signatures:** `.minisig` Download signatures can be retrieved from [ziglang.org](https://ziglang.org/download/) for all downloads._

_**[Tips on upgrading your code](https://github.com/hexops/mach/issues/1287#issuecomment-2565860557)**_

### 2024.10.0-mach

Zig `2024.10.0-mach` and `0.14.0-dev.1911+3bf89f55c` are identical.
Expand Down

0 comments on commit c3ceebe

Please sign in to comment.