]> git.lizzy.rs Git - rust.git/blob - src/ci/docker/scripts/cross-apt-packages.sh
Auto merge of #99136 - CAD97:layout-faster, r=scottmcm
[rust.git] / src / ci / docker / scripts / cross-apt-packages.sh
1 #!/bin/sh
2 apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
3   automake \
4   bison \
5   bzip2 \
6   ca-certificates \
7   cmake \
8   curl \
9   file \
10   flex \
11   g++ \
12   gawk \
13   gdb \
14   git \
15   gperf \
16   help2man \
17   libncurses-dev \
18   libssl-dev \
19   libtool-bin \
20   make \
21   ninja-build \
22   patch \
23   pkg-config \
24   python3 \
25   sudo \
26   texinfo \
27   unzip \
28   wget \
29   xz-utils