configureBuild signature change
All checks were successful
Lambda-Zig-Sample Build / build (push) Successful in 2m19s
All checks were successful
Lambda-Zig-Sample Build / build (push) Successful in 2m19s
This commit is contained in:
parent
c93062aa5d
commit
8cea0e4afb
2 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ pub fn build(b: *std.Build) !void {
|
||||||
b.installArtifact(exe);
|
b.installArtifact(exe);
|
||||||
|
|
||||||
// Add Lambda build steps (package, deploy, invoke, etc.)
|
// 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
|
// Run step
|
||||||
const run_cmd = b.addRunArtifact(exe);
|
const run_cmd = b.addRunArtifact(exe);
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
.minimum_zig_version = "0.15.2",
|
.minimum_zig_version = "0.15.2",
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.lambda_zig = .{
|
.lambda_zig = .{
|
||||||
.url = "git+https://git.lerch.org/lobo/lambda-zig/#183d2d912c41ca721c8d18e5c258e4472d38db70",
|
.url = "git+https://git.lerch.org/lobo/lambda-zig#5c36a2c979b0bd4f0cbda3d64fb997f341085bc9",
|
||||||
.hash = "lambda_zig-0.1.0-_G43_6YQAQD-ahqtf3DQpJroP__spvt4U_uI5TtMZ4Xv",
|
.hash = "lambda_zig-0.1.0-_G43_2ReAQDdEirp5hBDtuKAtAPzWjleCp9nw524BCdZ",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue