about summary refs log tree commit diff
path: root/src/ci/docker/scripts/cross-apt-packages.sh
AgeCommit message (Collapse)AuthorLines
2023-05-12ci: Add support for dist-loongarch64-linuxWANG Rui-0/+1
Co-Authored-By: YANG Xiaojuan <yangxiaojuan@loongson.cn>
2021-01-29Update dist-various to Ubuntu 20.04Nikita Popov-1/+1
This updates the dist-various-1 and dist-various-2 images to Ubuntu 20.04. This requires some adjustments: * `DEBIAN_FRONTEND=noninteractive` required for apt install. * `team-gcc-argm-embedded` PPA does not support focal. However, we can simply use the distro-provided `gcc-arm-none-eabi`. Per the comment, the PPA was only used to get a newer version. * rumprun has to be updated to avoid a linker error. * We need to build rumrun with `NOGCCERROR`, which disables use of `-Werror` and allows building with a newer compiler. * We need to install `libtinfo5`, which appears to be a dependency of the clang used during the fuchsia build. * We need to switch to `g++-8` rather than `g++-7`, as at least `g++-7-arm-linux-gnueabi` is not available on focal. * We need to upgrade to GCC 6.5 for the Solaris build, as GCC 6.4 does not support the newer libisl version.
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+1
2020-08-26Install ninja on CI buildersJosh Triplett-0/+1
Windows CI builds already install ninja. Install it in all the Docker-based builds as well.
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-1/+1
2019-10-12Add crosstool-ng 1.24.0 unzip dependencyqtmlabs-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2017-07-12Updated docker images to factor out common scriptsTy Coghlan-0/+36