Skip to content

Commit 417fc5f

Browse files
authored
Merge pull request #17 from zigwasm/macos-ci-update
Use latest zig tarball on macOS
2 parents 29153b1 + 7a31f6d commit 417fc5f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/macos_ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -x
44
set -e
55

6-
ZIG="zig-macos-x86_64-0.8.0-dev.2667+44de88498"
6+
ZIG="zig-macos-x86_64-0.8.0-dev.2670+d8d92dafe"
77
WASMTIME_VERSION="v0.24.0"
88
WASMTIME="wasmtime-$WASMTIME_VERSION-x86_64-macos-c-api"
99
GYRO_VERSION="0.2.3"

deps.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const std = @import("std");
22
pub const pkgs = struct {
33
pub const wasm = std.build.Pkg{
44
.name = "wasm",
5-
.path = ".gyro/wasm-zig-kubkon-a8f98d100ae0ede37f42d5c084d1401805e1e843/pkg/src/main.zig",
5+
.path = ".gyro/wasm-zig-zigwasm-3041a2dce58a41b49e9e6623bb07154e17e4911a/pkg/src/main.zig",
66
};
77

88
pub fn addAllTo(artifact: *std.build.LibExeObjStep) void {
@@ -16,5 +16,5 @@ pub const pkgs = struct {
1616
};
1717

1818
pub const base_dirs = struct {
19-
pub const wasm = ".gyro/wasm-zig-kubkon-a8f98d100ae0ede37f42d5c084d1401805e1e843/pkg";
19+
pub const wasm = ".gyro/wasm-zig-zigwasm-3041a2dce58a41b49e9e6623bb07154e17e4911a/pkg";
2020
};

gyro.zzz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgs:
44
root: src/main.zig
55
description: Zig embedding of Wasmtime
66
license: Apache-2.0
7-
source_url: "https://github.com/kubkon/wasmtime-zig"
7+
source_url: "https://github.com/zigwasm/wasmtime-zig"
88
tags:
99
wasmtime
1010
wasm
@@ -13,6 +13,6 @@ deps:
1313
wasm:
1414
src:
1515
github:
16-
user: kubkon
16+
user: zigwasm
1717
repo: wasm-zig
1818
ref: main

0 commit comments

Comments
 (0)