mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
CI: x86_64-linux: update tarball
I thought this would be needed for dwarf 4 but I think it's not actually needed. Anyway the tarball is fresher, might as well use it.
This commit is contained in:
parent
b466f8c817
commit
40c9b13608
1 changed files with 3 additions and 3 deletions
|
|
@ -10,12 +10,12 @@ workspace:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test_stage3_debug
|
- name: test_stage3_debug
|
||||||
image: ci/debian-amd64:11.1-7
|
image: ci/debian-amd64:11.1-8
|
||||||
commands:
|
commands:
|
||||||
- ./ci/zinc/linux_test_stage3_debug.sh
|
- ./ci/zinc/linux_test_stage3_debug.sh
|
||||||
|
|
||||||
- name: test_stage3_release
|
- name: test_stage3_release
|
||||||
image: ci/debian-amd64:11.1-7
|
image: ci/debian-amd64:11.1-8
|
||||||
commands:
|
commands:
|
||||||
- ./ci/zinc/linux_test_stage3_release.sh
|
- ./ci/zinc/linux_test_stage3_release.sh
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ steps:
|
||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
image: ci/debian-amd64:11.1-7
|
image: ci/debian-amd64:11.1-8
|
||||||
environment:
|
environment:
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: AWS_ACCESS_KEY_ID
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue