configureBuild signature change
All checks were successful
Lambda-Zig-Sample Build / build (push) Successful in 2m19s

This commit is contained in:
Emil Lerch 2026-02-04 15:17:48 -08:00
parent c93062aa5d
commit 8cea0e4afb
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ pub fn build(b: *std.Build) !void {
b.installArtifact(exe);
// Add Lambda build steps (package, deploy, invoke, etc.)
try lambda_zig.configureBuild(b, lambda_zig_dep, exe);
_ = try lambda_zig.configureBuild(b, lambda_zig_dep, exe, .{});
// Run step
const run_cmd = b.addRunArtifact(exe);

View file

@ -5,8 +5,8 @@
.minimum_zig_version = "0.15.2",
.dependencies = .{
.lambda_zig = .{
.url = "git+https://git.lerch.org/lobo/lambda-zig/#183d2d912c41ca721c8d18e5c258e4472d38db70",
.hash = "lambda_zig-0.1.0-_G43_6YQAQD-ahqtf3DQpJroP__spvt4U_uI5TtMZ4Xv",
.url = "git+https://git.lerch.org/lobo/lambda-zig#5c36a2c979b0bd4f0cbda3d64fb997f341085bc9",
.hash = "lambda_zig-0.1.0-_G43_2ReAQDdEirp5hBDtuKAtAPzWjleCp9nw524BCdZ",
},
},
.paths = .{