diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-02-15 20:12:10 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-02-15 20:12:10 -0700 |
| commit | 0b22b6b70e012e5881cdbef3c2b2b1fef56c24b3 (patch) | |
| tree | 1a301bd850432e2ce8f4d8ded684b429afcbafd4 /ci | |
| parent | 65cb8a03ee616a952fa18f682b46612ba859a792 (diff) | |
| download | zig-0b22b6b70e012e5881cdbef3c2b2b1fef56c24b3.tar.gz zig-0b22b6b70e012e5881cdbef3c2b2b1fef56c24b3.zip | |
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 (limited to 'ci')
| -rw-r--r-- | ci/zinc/drone.yml | 8 |
1 files 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 |
