diff options
| author | bors <bors@rust-lang.org> | 2020-07-15 04:46:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-07-15 04:46:06 +0000 |
| commit | c714eae0e3b4ba263c193d54f6e46bb9a1feb2cc (patch) | |
| tree | 2feac2e01c2ee83d2b9cd9c2d3899551c207848d /src/ci/github-actions | |
| parent | 567ad7455d5f25f6b38d2fded1cb621e0c34a48b (diff) | |
| parent | 8368a35f834dc56519683ba3d98576ec3e905eb4 (diff) | |
| download | rust-c714eae0e3b4ba263c193d54f6e46bb9a1feb2cc.tar.gz rust-c714eae0e3b4ba263c193d54f6e46bb9a1feb2cc.zip | |
Auto merge of #71272 - jclulow:illumos-x86-ci, r=pietroalbini
build dist for x86_64-unknown-illumos This change creates a new Docker image, "dist-x86_64-illumos", and sets things up to build the full set of "dist" packages for illumos hosts, so that illumos users can use "rustup" to install packages. It also adjusts the manifest builder to expect complete toolchains for this platform.
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 502949d5e4c..6ab6a403c33 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -353,6 +353,9 @@ jobs: - name: dist-x86_64-freebsd <<: *job-linux-xl + - name: dist-x86_64-illumos + <<: *job-linux-xl + - name: dist-x86_64-linux <<: *job-linux-xl |
