about summary refs log tree commit diff
path: root/src/ci/docker/scripts/illumos-toolchain.sh
AgeCommit message (Collapse)AuthorLines
2021-03-01Update Docker to use the correct targetJakub Kulik-1/+1
2020-07-08build dist for x86_64-unknown-illumosJoshua M. Clulow-0/+177
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.