about summary refs log tree commit diff
path: root/src/ci/docker/scripts/illumos-toolchain.sh
AgeCommit message (Collapse)AuthorLines
2023-08-22ci: Update FreeBSD and illumos binutils to 2.40Fangrui Song-2/+2
The current old 2.25 seems to cause trouble to #106511. Install texinfo to dist-x86_64-freebsd/Dockerfile like other containers to fix ``` MAKEINFO doc/bfd.info /binutils/binutils-2.40/missing: 81: /binutils/binutils-2.40/missing: makeinfo: not found WARNING: 'makeinfo' is missing on your system. ```
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.