diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-08-24 12:56:27 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-08-24 12:57:31 -0700 |
| commit | 40c9b13608d89032c95d16aa33fc0003fb1e324d (patch) | |
| tree | 2948392bb51a4ef5f2b145548d29e1c7535610ea /ci | |
| parent | b466f8c81707dd44e905f1bae1b2d30aa026b84b (diff) | |
| download | zig-40c9b13608d89032c95d16aa33fc0003fb1e324d.tar.gz zig-40c9b13608d89032c95d16aa33fc0003fb1e324d.zip | |
CI: x86_64-linux: update tarball
I thought this would be needed for dwarf 4 but I think it's not actually
needed. Anyway the tarball is fresher, might as well use it.
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/zinc/drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/zinc/drone.yml b/ci/zinc/drone.yml index fc14ad3ec9..c7d8470268 100644 --- a/ci/zinc/drone.yml +++ b/ci/zinc/drone.yml @@ -10,12 +10,12 @@ workspace: steps: - name: test_stage3_debug - image: ci/debian-amd64:11.1-7 + image: ci/debian-amd64:11.1-8 commands: - ./ci/zinc/linux_test_stage3_debug.sh - name: test_stage3_release - image: ci/debian-amd64:11.1-7 + image: ci/debian-amd64:11.1-8 commands: - ./ci/zinc/linux_test_stage3_release.sh @@ -28,7 +28,7 @@ steps: - master event: - push - image: ci/debian-amd64:11.1-7 + image: ci/debian-amd64:11.1-8 environment: AWS_ACCESS_KEY_ID: from_secret: AWS_ACCESS_KEY_ID |
