authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-24 12:56:27-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-24 12:57:31-07:00
log40c9b13608d89032c95d16aa33fc0003fb1e324d
tree2948392bb51a4ef5f2b145548d29e1c7535610ea
parentb466f8c81707dd44e905f1bae1b2d30aa026b84b

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.

1 files changed, 3 insertions(+), 3 deletions(-)

ci/zinc/drone.yml+3-3
...@@ -10,12 +10,12 @@ workspace:...@@ -10,12 +10,12 @@ workspace:
1010
11steps:11steps:
12- name: test_stage3_debug12- name: test_stage3_debug
13 image: ci/debian-amd64:11.1-713 image: ci/debian-amd64:11.1-8
14 commands:14 commands:
15 - ./ci/zinc/linux_test_stage3_debug.sh15 - ./ci/zinc/linux_test_stage3_debug.sh
1616
17- name: test_stage3_release17- name: test_stage3_release
18 image: ci/debian-amd64:11.1-718 image: ci/debian-amd64:11.1-8
19 commands:19 commands:
20 - ./ci/zinc/linux_test_stage3_release.sh20 - ./ci/zinc/linux_test_stage3_release.sh
2121
...@@ -28,7 +28,7 @@ steps:...@@ -28,7 +28,7 @@ steps:
28 - master28 - master
29 event:29 event:
30 - push30 - push
31 image: ci/debian-amd64:11.1-731 image: ci/debian-amd64:11.1-8
32 environment:32 environment:
33 AWS_ACCESS_KEY_ID:33 AWS_ACCESS_KEY_ID:
34 from_secret: AWS_ACCESS_KEY_ID34 from_secret: AWS_ACCESS_KEY_ID