commit 0b22b6b70e012e5881cdbef3c2b2b1fef56c24b3 (tree)
parent 65cb8a03ee616a952fa18f682b46612ba859a792
Author: Andrew Kelley <andrew@ziglang.org>
Date: Tue, 15 Feb 2022 20:12:10 -0700
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.
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ci/zinc/drone.yml b/ci/zinc/drone.yml
@@ -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