| ... | ... | @@ -7,28 +7,28 @@ platform: |
| 7 | 7 | |
| 8 | 8 | steps: |
| 9 | 9 | - name: build |
| 10 | | image: ziglang/static-base:llvm12-aarch64-1 |
| 10 | image: ziglang/static-base:llvm12-aarch64-2 |
| 11 | 11 | commands: |
| 12 | 12 | - ./ci/drone/linux_script_build |
| 13 | 13 | |
| 14 | 14 | - name: test-1 |
| 15 | 15 | depends_on: |
| 16 | 16 | - build |
| 17 | | image: ziglang/static-base:llvm12-aarch64-1 |
| 17 | image: ziglang/static-base:llvm12-aarch64-2 |
| 18 | 18 | commands: |
| 19 | 19 | - ./ci/drone/linux_script_test 1 |
| 20 | 20 | |
| 21 | 21 | - name: test-2 |
| 22 | 22 | depends_on: |
| 23 | 23 | - build |
| 24 | | image: ziglang/static-base:llvm12-aarch64-1 |
| 24 | image: ziglang/static-base:llvm12-aarch64-2 |
| 25 | 25 | commands: |
| 26 | 26 | - ./ci/drone/linux_script_test 2 |
| 27 | 27 | |
| 28 | 28 | - name: test-3 |
| 29 | 29 | depends_on: |
| 30 | 30 | - build |
| 31 | | image: ziglang/static-base:llvm12-aarch64-1 |
| 31 | image: ziglang/static-base:llvm12-aarch64-2 |
| 32 | 32 | commands: |
| 33 | 33 | - ./ci/drone/linux_script_test 3 |
| 34 | 34 | |
| ... | ... | @@ -38,7 +38,7 @@ steps: |
| 38 | 38 | - test-1 |
| 39 | 39 | - test-2 |
| 40 | 40 | - test-3 |
| 41 | | image: ziglang/static-base:llvm12-aarch64-1 |
| 41 | image: ziglang/static-base:llvm12-aarch64-2 |
| 42 | 42 | environment: |
| 43 | 43 | SRHT_OAUTH_TOKEN: |
| 44 | 44 | from_secret: SRHT_OAUTH_TOKEN |