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:
Andrew Kelley 2022-02-15 20:12:10 -07:00
parent 65cb8a03ee
commit 0b22b6b70e

View File

@ -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