Skip to content

Commit

Permalink
finalize Zig 2024.1.0-mach nomination
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
Stephen Gutekanst committed Jan 15, 2024
1 parent d91fe8d commit 94dd711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
6 changes: 2 additions & 4 deletions content/about/nominated-zig.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ https://machengine.org/zig/index.json provides a machine-readable version histor

### 2024.1.0-mach

**IN-PROGRESS:** This version is currently being nominated, see [the tracking issue](https://github.com/hexops/mach/issues/1135) 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.

Equal to Zig `0.12.0-dev.2063+804cee3b9`
Zig `2024.1.0-mach` and `0.12.0-dev.2063+804cee3b9` are identical.

_Note: The first nominated version ever, this was out-of-band with the schedule due to it._

Expand All @@ -104,4 +102,4 @@ _**Installation:** Download, extract, and place on your system `$PATH`. Ensure `

_**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/1135#issuecomment-1891175749
_**[Tips on upgrading your code](https://github.com/hexops/mach/issues/1135#issuecomment-1891175749)**_
24 changes: 1 addition & 23 deletions content/about/zig-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,7 @@ Mach [nominates new Zig versions](../nominated-zig) periodically, these are **sp

_We encourage using Mach nightly (`main`, rather than a tagged release) for now._

Mach nightly is compatible with Zig `0.12.0-dev.1092+68ed78775`

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

```sh
zigup 0.12.0-dev.1092+68ed78775
```

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.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-linux-x86_64-0.12.0-dev.1092+68ed78775.tar.xz) |
| **Linux aarch64** (ARM) | Binary | [zig-linux-aarch64-0.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-linux-aarch64-0.12.0-dev.1092+68ed78775.tar.xz) |
| **Windows x86_64** | Binary | [zig-windows-x86_64-0.12.0-dev.1092+68ed78775.zip](https://pkg.machengine.org/zig/zig-windows-x86_64-0.12.0-dev.1092+68ed78775.zip) |
| **Windows aarch64** (ARM) | Binary | [zig-windows-aarch64-0.12.0-dev.1092+68ed78775.zip](https://pkg.machengine.org/zig/zig-windows-aarch64-0.12.0-dev.1092+68ed78775.zip) |
| **macOS x86_64** (Intel) | Binary | [zig-macos-x86_64-0.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-macos-x86_64-0.12.0-dev.1092+68ed78775.tar.xz) |
| **macOS aarch64** (Apple Silicon) | Binary | [zig-macos-aarch64-0.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-macos-aarch64-0.12.0-dev.1092+68ed78775.tar.xz) |
| Source code | Source | [zig-0.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-0.12.0-dev.1092+68ed78775.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._
Mach nightly is compatible with [Zig 2024.1.0-mach](/about/nominated-zig/#202410-mach)

## Version history

Expand Down

0 comments on commit 94dd711

Please sign in to comment.