Compare commits
2 Commits
18d8258eaf
...
52a5865caa
Author | SHA1 | Date | |
---|---|---|---|
52a5865caa | |||
bf4097cd5b |
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -6,15 +6,15 @@ on:
|
||||||
- '*'
|
- '*'
|
||||||
- '!zig-develop*'
|
- '!zig-develop*'
|
||||||
jobs:
|
jobs:
|
||||||
build-zig-0.11.0-amd64-host:
|
build-zig-0-12-0-amd64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
ZIG_VERSION: 0.11.0
|
ZIG_VERSION: 0.12.0
|
||||||
ARCH: x86_64
|
ARCH: x86_64
|
||||||
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
# ARCH is fine, but we can't substitute directly because zig
|
# ARCH is fine, but we can't substitute directly because zig
|
||||||
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
||||||
#
|
#
|
||||||
|
|
2
.github/workflows/zig-mach.yaml
vendored
2
.github/workflows/zig-mach.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
# ARCH is fine, but we can't substitute directly because zig
|
# ARCH is fine, but we can't substitute directly because zig
|
||||||
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
||||||
#
|
#
|
||||||
|
|
2
.github/workflows/zig-nightly.yaml
vendored
2
.github/workflows/zig-nightly.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
# ARCH is fine, but we can't substitute directly because zig
|
# ARCH is fine, but we can't substitute directly because zig
|
||||||
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
AWS SDK for Zig
|
AWS SDK for Zig
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
[Zig 0.12](https://ziglang.org/download/#release-0.12.0):
|
||||||
|
|
||||||
|
[![Build Status: Zig 0.12.0](https://actions-status.lerch.org/lobo/aws-sdk-for-zig/build)](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: Zig 0.12.0-dev.3180+83e578a18](https://actions-status.lerch.org/lobo/aws-sdk-for-zig/zig-mach)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=zig-mach.yaml&state=closed)
|
[![Build Status: Zig 0.12.0-dev.3180+83e578a18](https://actions-status.lerch.org/lobo/aws-sdk-for-zig/zig-mach)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=zig-mach.yaml&state=closed)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user