Compare commits

...

5 Commits

Author SHA1 Message Date
e665b94683
badges use branch of the workflow, not branch of the code
Some checks failed
AWS-Zig Build / build-zig-amd64-host (push) Successful in 3m30s
aws-zig mach nominated build / build-zig-nominated-mach-latest (push) Successful in 3m29s
aws-zig nightly build / build-zig-nightly (push) Failing after 1m8s
2024-07-01 13:08:48 -07:00
dd6a87a034
CrossTarget -> std.Target.Query
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 3m41s
2024-07-01 12:55:49 -07:00
61592f039d
fix license in build.zig.zon
Some checks failed
AWS-Zig Build / build-zig-amd64-host (push) Successful in 2m56s
aws-zig nightly build / build-zig-nightly (push) Failing after 2m54s
aws-zig mach nominated build / build-zig-nominated-mach-latest (push) Successful in 3m41s
2024-06-08 10:17:40 -07:00
c8f625068d
upgrade github workflow
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 2m56s
aws-zig mach nominated build / build-zig-nominated-mach-latest (push) Successful in 3m43s
2024-06-07 08:40:44 -07:00
ffbbf21303
upgrade to zig 0.13.0
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 3m38s
2024-06-07 08:26:56 -07:00
5 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Setup Zig - name: Setup Zig
uses: https://git.lerch.org/lobo/setup-zig@v3 uses: https://git.lerch.org/lobo/setup-zig@v3
with: with:
version: 0.12.0 version: 0.13.0
- name: Run tests - name: Run tests
run: zig build test --verbose run: zig build test --verbose
# Zig package manager expects everything to be inside a directory in the archive, # Zig package manager expects everything to be inside a directory in the archive,

View File

@ -9,7 +9,7 @@ jobs:
build-zig-0-12-0-amd64: build-zig-0-12-0-amd64:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
ZIG_VERSION: 0.12.0 ZIG_VERSION: 0.13.0
ARCH: x86_64 ARCH: x86_64
if: ${{ github.env.GITEA_ACTIONS != 'true' }} if: ${{ github.env.GITEA_ACTIONS != 'true' }}
steps: steps:

View File

@ -1,17 +1,17 @@
AWS SDK for Zig AWS SDK for Zig
=============== ===============
[Zig 0.12](https://ziglang.org/download/#release-0.12.0): [Zig 0.13](https://ziglang.org/download/#release-0.13.0):
[![Build Status: Zig 0.12.0](https://git.lerch.org/lobo/aws-sdk-for-zig/actions/workflows/build.yaml/badge.svg)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=build.yaml&state=closed) [![Build Status: Zig 0.13.0](https://git.lerch.org/lobo/aws-sdk-for-zig/actions/workflows/build.yaml/badge.svg)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=build.yaml&state=closed)
[Last Mach Nominated Zig Version](https://machengine.org/about/nominated-zig/): [Last Mach Nominated Zig Version](https://machengine.org/about/nominated-zig/):
[![Build Status: Mach nominated](https://git.lerch.org/lobo/aws-sdk-for-zig/actions/workflows/zig-mach.yaml/badge.svg?branch=zig-develop)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=zig-mach.yaml&state=closed) [![Build Status: Mach nominated](https://git.lerch.org/lobo/aws-sdk-for-zig/actions/workflows/zig-mach.yaml/badge.svg)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=zig-mach.yaml&state=closed)
[Nightly Zig](https://ziglang.org/download/): [Nightly Zig](https://ziglang.org/download/):
[![Build Status: Zig Nightly](https://git.lerch.org/lobo/aws-sdk-for-zig/actions/workflows/zig-nightly.yaml/badge.svg?branch=zig-develop)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=zig-nightly.yaml&state=closed) [![Build Status: Zig Nightly](https://git.lerch.org/lobo/aws-sdk-for-zig/actions/workflows/zig-nightly.yaml/badge.svg)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=zig-nightly.yaml&state=closed)
Current executable size for the demo is 980k after compiling with -Doptimize=ReleaseSmall Current executable size for the demo is 980k after compiling with -Doptimize=ReleaseSmall
in x86_linux, and will vary based on services used. Tested targets: in x86_linux, and will vary based on services used. Tested targets:

View File

@ -4,7 +4,7 @@ const Builder = @import("std").Build;
const models_subdir = "codegen/sdk-codegen/aws-models/"; // note will probably not work on windows const models_subdir = "codegen/sdk-codegen/aws-models/"; // note will probably not work on windows
const test_targets = [_]std.zig.CrossTarget{ const test_targets = [_]std.Target.Query{
.{}, // native .{}, // native
.{ .{
.cpu_arch = .x86_64, .cpu_arch = .x86_64,

View File

@ -6,13 +6,13 @@
"build.zig.zon", "build.zig.zon",
"src", "src",
"README.md", "README.md",
"LICENSE.md", "LICENSE",
}, },
.dependencies = .{ .dependencies = .{
.smithy = .{ .smithy = .{
.url = "https://git.lerch.org/lobo/smithy/archive/6083ceefe262bb016033a7dfbd995968c86b48b2.tar.gz", .url = "https://git.lerch.org/lobo/smithy/archive/4ce057ffcb79b470f436a16c86d2e3a72f6fe023.tar.gz",
.hash = "122036fbf9a1aae606de5e1a622d7dbbc37338d0fad7a4a018920c1365a1c49ba497", .hash = "122054e5a87f8f50a987511636c881119209258f49d92cd2666220d9659cfbe71dce",
}, },
.models = .{ .models = .{
.url = "https://github.com/aws/aws-sdk-go-v2/archive/58cf6509525a12d64fd826da883bfdbacbd2f00e.tar.gz", .url = "https://github.com/aws/aws-sdk-go-v2/archive/58cf6509525a12d64fd826da883bfdbacbd2f00e.tar.gz",