Skip to content

Commit eee027b

Browse files
committed
Use Ubuntu 19.04 on mips64el-unknown-linux-gnuabi64
1 parent 72448d2 commit eee027b

File tree

1 file changed

+2
-1
lines changed
  • ci/docker/mips64el-unknown-linux-gnuabi64

1 file changed

+2
-1
lines changed

ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM ubuntu:19.10
1+
# FIXME: Ubuntu 19.10 is missing gcc-mips-linux-gnu.
2+
FROM ubuntu:19.04
23

34
RUN apt-get update && apt-get install -y --no-install-recommends \
45
gcc libc6-dev qemu-user ca-certificates \

0 commit comments

Comments
 (0)