Skip to content

Commit

Permalink
Rollup merge of rust-lang#73999 - eddyb:svv-prereq, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Bump mingw-check CI image from Ubuntu 16.04 to 18.04.

I chose 18.04 because we use it for other builders, and it's enough to get a version of MinGW that can build `libssh2-sys`.

This is a prereq for rust-lang#73902, where `libssh2-sys` shows up as an indirect dependency of `x.py check src/tools/semverver` (through `src/tools/cargo`, which we don't currently `x.py check` because it's not in-tree). See also rust-lang#73902 (comment).

r? @Mark-Simulacrum cc @mati865
  • Loading branch information
Manishearth committed Jul 4, 2020
2 parents e005c97 + 3bb6dc7 commit d69a846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/mingw-check/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04

RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
Expand Down

0 comments on commit d69a846

Please sign in to comment.