From b9a18d30b4e58846eb0c44f3e41bf9b92260b961 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 15 Nov 2025 11:10:57 -0800 Subject: [PATCH] revert workarounds for zig issue 25811 --- .gitea/workflows/zig-nightly.yaml | 3 +-- build.zig.zon | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/zig-nightly.yaml b/.gitea/workflows/zig-nightly.yaml index d3f3a92..c33ee59 100644 --- a/.gitea/workflows/zig-nightly.yaml +++ b/.gitea/workflows/zig-nightly.yaml @@ -15,8 +15,7 @@ jobs: # TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is # addressed options: --cap-add CAP_SYS_PTRACE - #runs-on: ubuntu-latest - runs-on: ubuntu-latest-with-hsm + runs-on: ubuntu-latest # Need to use the default container with node and all that, so we can # use JS-based actions like actions/checkout@v3... # container: diff --git a/build.zig.zon b/build.zig.zon index ac9588e..ed687c9 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -15,8 +15,8 @@ .dependencies = .{ .smithy = .{ - .url = "git+https://github.com/elerch/smithy.git#5882330451ac6379829af16dd87b66f9fbae6f24", - .hash = "smithy-1.0.0-uAyBgV7TAgBIOKSaTb0Bvy6ndj0qFn9mAD375E_3F4yR", + .url = "git+https://git.lerch.org/lobo/smithy.git#09c0a618877ebaf8e15fbfc505983876f4e063d5", + .hash = "smithy-1.0.0-uAyBgTnTAgBp2v6vypGcK5-YOCtxs2iEqR-4LfC5FTlS", }, .models = .{ .url = "https://github.com/aws/aws-sdk-go-v2/archive/refs/tags/release-2025-05-05.tar.gz",