revert workarounds for zig issue 25811
All checks were successful
aws-zig nightly build / build-zig-nightly (push) Successful in 8m4s

This commit is contained in:
Emil Lerch 2025-11-15 11:10:57 -08:00
parent f15887b550
commit b9a18d30b4
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 3 additions and 4 deletions

View file

@ -15,8 +15,7 @@ jobs:
# TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is # TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is
# addressed # addressed
options: --cap-add CAP_SYS_PTRACE options: --cap-add CAP_SYS_PTRACE
#runs-on: ubuntu-latest runs-on: ubuntu-latest
runs-on: ubuntu-latest-with-hsm
# Need to use the default container with node and all that, so we can # Need to use the default container with node and all that, so we can
# use JS-based actions like actions/checkout@v3... # use JS-based actions like actions/checkout@v3...
# container: # container:

View file

@ -15,8 +15,8 @@
.dependencies = .{ .dependencies = .{
.smithy = .{ .smithy = .{
.url = "git+https://github.com/elerch/smithy.git#5882330451ac6379829af16dd87b66f9fbae6f24", .url = "git+https://git.lerch.org/lobo/smithy.git#09c0a618877ebaf8e15fbfc505983876f4e063d5",
.hash = "smithy-1.0.0-uAyBgV7TAgBIOKSaTb0Bvy6ndj0qFn9mAD375E_3F4yR", .hash = "smithy-1.0.0-uAyBgTnTAgBp2v6vypGcK5-YOCtxs2iEqR-4LfC5FTlS",
}, },
.models = .{ .models = .{
.url = "https://github.com/aws/aws-sdk-go-v2/archive/refs/tags/release-2025-05-05.tar.gz", .url = "https://github.com/aws/aws-sdk-go-v2/archive/refs/tags/release-2025-05-05.tar.gz",