authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-05-18 11:29:00-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-05-18 11:29:14-07:00
logd228d86059cf16f4b37b2853cc1323bf98d242cf
tree29362d0ca54e730673462cd4dc08f81d9653028b
parent7588fcdd2a7c232286f2c298bd14cbfb65e54604

ci: drone: refresh docker image with latest alpine

hopefully resolves the failures we've been seeing recently

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

ci/drone/drone.yml+5-5
...@@ -7,28 +7,28 @@ platform:...@@ -7,28 +7,28 @@ platform:
77
8steps:8steps:
9- name: build9- name: build
10 image: ziglang/static-base:llvm12-aarch64-110 image: ziglang/static-base:llvm12-aarch64-2
11 commands:11 commands:
12 - ./ci/drone/linux_script_build12 - ./ci/drone/linux_script_build
1313
14- name: test-114- name: test-1
15 depends_on:15 depends_on:
16 - build16 - build
17 image: ziglang/static-base:llvm12-aarch64-117 image: ziglang/static-base:llvm12-aarch64-2
18 commands:18 commands:
19 - ./ci/drone/linux_script_test 119 - ./ci/drone/linux_script_test 1
2020
21- name: test-221- name: test-2
22 depends_on:22 depends_on:
23 - build23 - build
24 image: ziglang/static-base:llvm12-aarch64-124 image: ziglang/static-base:llvm12-aarch64-2
25 commands:25 commands:
26 - ./ci/drone/linux_script_test 226 - ./ci/drone/linux_script_test 2
2727
28- name: test-328- name: test-3
29 depends_on:29 depends_on:
30 - build30 - build
31 image: ziglang/static-base:llvm12-aarch64-131 image: ziglang/static-base:llvm12-aarch64-2
32 commands:32 commands:
33 - ./ci/drone/linux_script_test 333 - ./ci/drone/linux_script_test 3
3434
...@@ -38,7 +38,7 @@ steps:...@@ -38,7 +38,7 @@ steps:
38 - test-138 - test-1
39 - test-239 - test-2
40 - test-340 - test-3
41 image: ziglang/static-base:llvm12-aarch64-141 image: ziglang/static-base:llvm12-aarch64-2
42 environment:42 environment:
43 SRHT_OAUTH_TOKEN:43 SRHT_OAUTH_TOKEN:
44 from_secret: SRHT_OAUTH_TOKEN44 from_secret: SRHT_OAUTH_TOKEN