diff options
| author | Joshua M. Clulow <jmc@oxide.computer> | 2020-07-08 16:39:09 -0700 |
|---|---|---|
| committer | Joshua M. Clulow <jmc@oxide.computer> | 2020-07-08 23:39:09 +0000 |
| commit | 8368a35f834dc56519683ba3d98576ec3e905eb4 (patch) | |
| tree | 50af7eb49bfeed242baf5a3eb2907c06b5cd6562 /src/ci/github-actions | |
| parent | 1d919c9377f4602d991ca1c7ba852e7555943740 (diff) | |
| download | rust-8368a35f834dc56519683ba3d98576ec3e905eb4.tar.gz rust-8368a35f834dc56519683ba3d98576ec3e905eb4.zip | |
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 0614d5e31d1..052ab37ecf3 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 |
