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 /.github/workflows | |
| parent | 1d919c9377f4602d991ca1c7ba852e7555943740 (diff) | |
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 6ffc8a7ad52..66f201db01a 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: {} |
