about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-01-30 07:41:19 +0000
committerbors <bors@rust-lang.org>2021-01-30 07:41:19 +0000
commitebaea9e850648dfeaeec353fd66c155c80de5ded (patch)
tree720e2ccc0e3bb8d527531b6b09a87813e5d19193 /compiler/rustc_codegen_llvm/src
parentcb6787ae82d388045cdf6b5dc73787d828d91feb (diff)
parentb7c8bc7a752588104858d6d73a724db414447e0d (diff)
downloadrust-ebaea9e850648dfeaeec353fd66c155c80de5ded.tar.gz
rust-ebaea9e850648dfeaeec353fd66c155c80de5ded.zip
Auto merge of #81521 - nikic:update-dist-various, r=Mark-Simulacrum
Update dist-various to Ubuntu 20.04

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.

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions