From 0b22b6b70e012e5881cdbef3c2b2b1fef56c24b3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 15 Feb 2022 20:12:10 -0700 Subject: [PATCH] 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. --- ci/zinc/drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/zinc/drone.yml b/ci/zinc/drone.yml index e845cd350e..d6fac279e1 100644 --- 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