Fix zig build

This commit is contained in:
Ashcon Partovi
2024-06-26 13:10:40 -07:00
parent a38032c72c
commit 32d71720e4

View File

@@ -140,7 +140,7 @@ function getBuildStep(options) {
key: `${target}-build-zig`,
label: `${label} - build-zig`,
artifact_paths: ["build/bun-zig.o"],
command: toCommand("./scripts/build-bun-zig.sh", os, arch),
command: `./scripts/build-bun-zig.sh ${os} ${arch}`,
// `zig build` is much faster on macOS aarch64 than on Linux or Windows.
agents: {
queue: "build-darwin",