diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-05-21 08:05:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-21 08:05:18 +0200 |
| commit | c5920278d398480c49138d71bdcfdaa8bcbfc182 (patch) | |
| tree | 03315405e2ddf176cac40070ee4499597f3c9f21 /src/ci/github-actions | |
| parent | f547636b7e9d3a82ff4688f31e32ea923b639476 (diff) | |
| parent | c2792b29c323c5785ab671fe92f6dafb330ed30c (diff) | |
| download | rust-c5920278d398480c49138d71bdcfdaa8bcbfc182.tar.gz rust-c5920278d398480c49138d71bdcfdaa8bcbfc182.zip | |
Rollup merge of #141078 - marcoieni:split-dist-arm-linux, r=Kobzol
ci: split dist-arm-linux job try-job: `dist-arm-linux-*`
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 93d4345ffd0..005007bbccd 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -162,8 +162,11 @@ auto: - name: dist-android <<: *job-linux-4c - - name: dist-arm-linux - <<: *job-linux-8c-codebuild + - name: dist-arm-linux-gnueabi + <<: *job-linux-4c + + - name: dist-arm-linux-musl + <<: *job-linux-4c - name: dist-armhf-linux <<: *job-linux-4c |
