Commit 0b22b6b70e

Andrew Kelley <andrew@ziglang.org>
2022-02-16 04:12:10
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.
1 parent 65cb8a0
Changed files (1)
ci
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