authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-02-15 20:12:10-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-02-15 20:12:10-07:00
log0b22b6b70e012e5881cdbef3c2b2b1fef56c24b3
tree1a301bd850432e2ce8f4d8ded684b429afcbafd4
parent65cb8a03ee616a952fa18f682b46612ba859a792

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 files changed, 4 insertions(+), 4 deletions(-)

ci/zinc/drone.yml+4-4
...@@ -10,19 +10,19 @@ workspace:...@@ -10,19 +10,19 @@ workspace:
1010
11steps:11steps:
12- name: probe12- name: probe
13 image: ci/debian-amd64:11.1-213 image: ci/debian-amd64:11.1-3
14 commands:14 commands:
15 - ./ci/zinc/linux_probe.sh15 - ./ci/zinc/linux_probe.sh
1616
17- name: build17- name: build
18 image: ci/debian-amd64:11.1-218 image: ci/debian-amd64:11.1-3
19 commands:19 commands:
20 - ./ci/zinc/linux_build.sh20 - ./ci/zinc/linux_build.sh
2121
22- name: test22- name: test
23 depends_on:23 depends_on:
24 - build24 - build
25 image: ci/debian-amd64:11.1-225 image: ci/debian-amd64:11.1-3
26 commands:26 commands:
27 - ./ci/zinc/linux_test.sh27 - ./ci/zinc/linux_test.sh
2828
...@@ -34,7 +34,7 @@ steps:...@@ -34,7 +34,7 @@ steps:
34 - master34 - master
35 event:35 event:
36 - push36 - push
37 image: ci/debian-amd64:11.1-237 image: ci/debian-amd64:11.1-3
38 environment:38 environment:
39 AWS_ACCESS_KEY_ID:39 AWS_ACCESS_KEY_ID:
40 from_secret: AWS_ACCESS_KEY_ID40 from_secret: AWS_ACCESS_KEY_ID