mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
ci: update x86_64-linux tarballs
The updated docker images has LLVM, LLD, Clang updated to 13.0.1 and Zig updated to 0.9.1.
This commit is contained in:
parent
65cb8a03ee
commit
0b22b6b70e
@ -10,19 +10,19 @@ workspace:
|
||||
|
||||
steps:
|
||||
- name: probe
|
||||
image: ci/debian-amd64:11.1-2
|
||||
image: ci/debian-amd64:11.1-3
|
||||
commands:
|
||||
- ./ci/zinc/linux_probe.sh
|
||||
|
||||
- name: build
|
||||
image: ci/debian-amd64:11.1-2
|
||||
image: ci/debian-amd64:11.1-3
|
||||
commands:
|
||||
- ./ci/zinc/linux_build.sh
|
||||
|
||||
- name: test
|
||||
depends_on:
|
||||
- build
|
||||
image: ci/debian-amd64:11.1-2
|
||||
image: ci/debian-amd64:11.1-3
|
||||
commands:
|
||||
- ./ci/zinc/linux_test.sh
|
||||
|
||||
@ -34,7 +34,7 @@ steps:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
image: ci/debian-amd64:11.1-2
|
||||
image: ci/debian-amd64:11.1-3
|
||||
environment:
|
||||
AWS_ACCESS_KEY_ID:
|
||||
from_secret: AWS_ACCESS_KEY_ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user