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);
|
||||
|
||||
// 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);
|
||||
|
|
|
|||
|
|
@ -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 = .{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue