diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-15 15:41:11 +0200 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-15 15:41:11 +0200 |
| commit | 839534e801b3658fbfa80d8405e0d90623923c9e (patch) | |
| tree | 4613463094efba8358b5fddf66b3fb39ee87d4cc /src/ci/github-actions | |
| parent | 2a5da7acd4c3eae638aa1c46f3a537940e60a0e4 (diff) | |
| download | rust-839534e801b3658fbfa80d8405e0d90623923c9e.tar.gz rust-839534e801b3658fbfa80d8405e0d90623923c9e.zip | |
ci: split the dist-ohos job
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 88e9c71a9e3..42ad5acbdac 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -188,8 +188,14 @@ auto: - name: dist-loongarch64-musl <<: *job-linux-4c - - name: dist-ohos - <<: *job-linux-4c-largedisk + - name: dist-ohos-aarch64 + <<: *job-linux-4c + + - name: dist-ohos-armv7 + <<: *job-linux-4c + + - name: dist-ohos-x86_64 + <<: *job-linux-4c - name: dist-powerpc-linux <<: *job-linux-4c |
