diff options
| author | bors <bors@rust-lang.org> | 2019-05-09 21:50:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-05-09 21:50:46 +0000 |
| commit | adcd4aa8d07945d5ef09129b05e8e1ff1bcce58e (patch) | |
| tree | feeb4bee8bccae422c7895ae3466d2c06ebf7865 /src/ci/docker/x86_64-gnu-debug/Dockerfile | |
| parent | a784a80228c9eac3aa0fd86fc90887d5fa20c82e (diff) | |
| parent | c98a27c622394148bb94ecf5fc1d31c7c645f45d (diff) | |
| download | rust-adcd4aa8d07945d5ef09129b05e8e1ff1bcce58e.tar.gz rust-adcd4aa8d07945d5ef09129b05e8e1ff1bcce58e.zip | |
Auto merge of #60665 - pietroalbini:upgrade-ci-images, r=alexcrichton
Upgrade non-LTS Ubuntu images in CI This PR bumps `dist-various-2` to 18.04 LTS and both `x86_64-gnu` and `x86_64-gnu-debug` to 19.04. Another change is the switch to [rust-lang/mirror-google-fuchsia-zircon](https://github.com/rust-lang/mirror-google-fuchsia-zircon) as the Zircon repository, used during Fuchsia tests: the original repository ([fuchsia.googlesource.com/zircon](https://fuchsia.googlesource.com/zircon)) is now behind a login wall and it doesn't contain anything at all. r? @alexcrichton cc @cramertj -- what's happening on the Fuchsia side?
Diffstat (limited to 'src/ci/docker/x86_64-gnu-debug/Dockerfile')
| -rw-r--r-- | src/ci/docker/x86_64-gnu-debug/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-debug/Dockerfile b/src/ci/docker/x86_64-gnu-debug/Dockerfile index 1c7eff68adc..7a503ea4e98 100644 --- a/src/ci/docker/x86_64-gnu-debug/Dockerfile +++ b/src/ci/docker/x86_64-gnu-debug/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.10 +FROM ubuntu:19.04 RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ |
