Skip to content

Commit 3c5ca31

Browse files
committed
Switch to nightly builds of Zig
1 parent c2474c8 commit 3c5ca31

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
packages: b3sum
4141
version: 1.0
4242
- uses: mlugg/setup-zig@v1
43-
with:
44-
version: 0.14.0
4543
- name: "Build"
4644
run: |
4745
zig build build-all -Doptimize=$OPTIMIZE

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.fingerprint = 0x6002b2b610072fc5,
77

8-
.minimum_zig_version = "0.14.0",
8+
.minimum_zig_version = "0.15.0-dev.386+2e35fdd03",
99

1010
.dependencies = .{
1111
.plthook = .{

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
zig = "0.14"
2+
zig = "ref:master"

src/runtimes/mono.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ pub fn image_open_from_file_with_name(
187187
alloc,
188188
std.math.maxInt(usize),
189189
@intCast(stat_size),
190-
@alignOf(std.c.max_align_t),
190+
.of(std.c.max_align_t),
191191
0,
192192
) catch |e| {
193193
logger.err("Failed to read Mono image file: {}", .{e});

0 commit comments

Comments
 (0)