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:
1010
1111steps:
1212- name: probe
13 image: ci/debian-amd64:11.1-2
13 image: ci/debian-amd64:11.1-3
1414 commands:
1515 - ./ci/zinc/linux_probe.sh
1616
1717- name: build
18 image: ci/debian-amd64:11.1-2
18 image: ci/debian-amd64:11.1-3
1919 commands:
2020 - ./ci/zinc/linux_build.sh
2121
2222- name: test
2323 depends_on:
2424 - build
25 image: ci/debian-amd64:11.1-2
25 image: ci/debian-amd64:11.1-3
2626 commands:
2727 - ./ci/zinc/linux_test.sh
2828
......@@ -34,7 +34,7 @@ steps:
3434 - master
3535 event:
3636 - push
37 image: ci/debian-amd64:11.1-2
37 image: ci/debian-amd64:11.1-3
3838 environment:
3939 AWS_ACCESS_KEY_ID:
4040 from_secret: AWS_ACCESS_KEY_ID