From c909e76eff7da4e0309db7a735028c5e3cf6093e Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Sat, 4 Feb 2023 23:26:08 -0700 Subject: [PATCH] update ziget, remove iguanaTLS in favor of std's implementation --- build2.zig | 6 ++---- zigetsha | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build2.zig b/build2.zig index eaaafa1..613f6f7 100644 --- a/build2.zig +++ b/build2.zig @@ -29,9 +29,7 @@ pub fn build(b: *Builder) !void { //} //var github_release_step = b.step("github-release", "Build the github-release binaries"); - // TODO: need to implement some interesting logic to make this work without - // having the iguana repo copied into this one - //try addGithubReleaseExe(b, github_release_step, ziget_repo, "x86_64-linux", SslBackend.iguana); + //try addGithubReleaseExe(b, github_release_step, ziget_repo, "x86_64-linux", .std); const target = if (b.option([]const u8, "ci_target", "the CI target being built")) |ci_target| try std.zig.CrossTarget.parse(.{ .arch_os_abi = ci_target_map.get(ci_target) orelse { @@ -59,7 +57,7 @@ pub fn build(b: *Builder) !void { }; // TODO: Maybe add more executables with different ssl backends - const exe = try addZigupExe(b, ziget_repo, target, mode, zigup_build_options, win32exelink, zigetbuild.SslBackend.iguana); + const exe = try addZigupExe(b, ziget_repo, target, mode, zigup_build_options, win32exelink, .std); exe.install(); const run_cmd = exe.run(); diff --git a/zigetsha b/zigetsha index 2794c0e..e48866b 100644 --- a/zigetsha +++ b/zigetsha @@ -1 +1 @@ -fcf104cd3a59e8f9465512e735f3b820137105ef \ No newline at end of file +bcba3e1fe1c3464fa1bb2e8058942e134e2e03a2 \ No newline at end of file