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:
1010
1111steps:
1212- name: test_stage3_debug
13 image: ci/debian-amd64:11.1-7
13 image: ci/debian-amd64:11.1-8
1414 commands:
1515 - ./ci/zinc/linux_test_stage3_debug.sh
1616
1717- name: test_stage3_release
18 image: ci/debian-amd64:11.1-7
18 image: ci/debian-amd64:11.1-8
1919 commands:
2020 - ./ci/zinc/linux_test_stage3_release.sh
2121
......@@ -28,7 +28,7 @@ steps:
2828 - master
2929 event:
3030 - push
31 image: ci/debian-amd64:11.1-7
31 image: ci/debian-amd64:11.1-8
3232 environment:
3333 AWS_ACCESS_KEY_ID:
3434 from_secret: AWS_ACCESS_KEY_ID