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 /.github/workflows | |
| parent | 567ad7455d5f25f6b38d2fded1cb621e0c34a48b (diff) | |
| parent | 8368a35f834dc56519683ba3d98576ec3e905eb4 (diff) | |
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 '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a38761d1665..51c012bc9c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,6 +309,9 @@ jobs: - name: dist-x86_64-freebsd os: ubuntu-latest-xl env: {} + - name: dist-x86_64-illumos + os: ubuntu-latest-xl + env: {} - name: dist-x86_64-linux os: ubuntu-latest-xl env: {} |
