begin 0.15.1 upgrade - CI and dev tooling
This commit is contained in:
parent
47d34153b7
commit
20d7d5766b
4 changed files with 7 additions and 13 deletions
|
@ -18,11 +18,9 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
uses: https://github.com/mlugg/setup-zig@v2.0.5
|
||||||
with:
|
# We will let setup-zig use minimum_zig_version from build.zig.zon
|
||||||
version: 0.14.0
|
# setup-zig also sets up the zig cache appropriately
|
||||||
- name: Restore Zig caches
|
|
||||||
uses: https://github.com/Hanaasagi/zig-action-cache@3954aae427f8b05914e08dfd79f15e1f2e435929
|
|
||||||
- name: Ulimit
|
- name: Ulimit
|
||||||
run: ulimit -a
|
run: ulimit -a
|
||||||
- name: Run smoke test
|
- name: Run smoke test
|
||||||
|
|
|
@ -29,8 +29,6 @@ jobs:
|
||||||
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Restore Zig caches
|
|
||||||
uses: https://github.com/Hanaasagi/zig-action-cache@3954aae427f8b05914e08dfd79f15e1f2e435929
|
|
||||||
- name: Run smoke test
|
- name: Run smoke test
|
||||||
run: zig build smoke-test --verbose
|
run: zig build smoke-test --verbose
|
||||||
- name: Run full tests
|
- name: Run full tests
|
||||||
|
|
|
@ -3,7 +3,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'zig-0.13'
|
- 'zig-0.14.x'
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/
|
ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/
|
||||||
|
@ -18,13 +18,11 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: zig-0.13
|
ref: zig-0.14.x
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 0.13.0
|
version: 0.14.0
|
||||||
- name: Restore Zig caches
|
|
||||||
uses: https://github.com/Hanaasagi/zig-action-cache@3954aae427f8b05914e08dfd79f15e1f2e435929
|
|
||||||
- name: Run smoke test
|
- name: Run smoke test
|
||||||
run: zig build smoke-test --verbose
|
run: zig build smoke-test --verbose
|
||||||
- name: Run full tests
|
- name: Run full tests
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tools]
|
[tools]
|
||||||
pre-commit = "latest"
|
pre-commit = "latest"
|
||||||
"ubi:DonIsaac/zlint" = "latest"
|
"ubi:DonIsaac/zlint" = "latest"
|
||||||
zig = "0.14.1"
|
zig = "0.15.1"
|
||||||
zls = "0.14.0"
|
zls = "0.14.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue