diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-06-04 07:54:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-04 07:54:32 +0200 |
| commit | 8ae7ca0a51be90c1cd330b90fb331f7c77538d80 (patch) | |
| tree | dad8095edd385ece079e3d07cec79a114e1d16a1 /src/ci/github-actions | |
| parent | c5efc6aada4d8e9e35bf8c264b31b16277a934be (diff) | |
| parent | 0f1579b4bb21af7a79331a1a26dc2370ec182fc4 (diff) | |
| download | rust-8ae7ca0a51be90c1cd330b90fb331f7c77538d80.tar.gz rust-8ae7ca0a51be90c1cd330b90fb331f7c77538d80.zip | |
Rollup merge of #138699 - psumbera:solaris-ci-build3, r=marcoieni
build dist for x86_64-pc-solaris and sparcv9-sun-solaris try-job: dist-sparcv9-solaris try-job: dist-x86_64-solaris try-job: dist-various-2 try-job: dist-x86_64-illumos
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 543b79b2f5d..d59e440fb68 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -253,6 +253,12 @@ auto: - name: dist-x86_64-netbsd <<: *job-linux-4c + - name: dist-x86_64-solaris + <<: *job-linux-4c + + - name: dist-sparcv9-solaris + <<: *job-linux-4c + # The i686-gnu job is split into multiple jobs to run tests in parallel. # i686-gnu-1 skips tests that run in i686-gnu-2. - name: i686-gnu-1 |
