Skip to content
Snippets Groups Projects
Commit 101724cb authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Use 19.04 on mips-unknown-linux-gnu

parent 187df9e3
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:19.10 # FIXME: Ubuntu 19.10 is missing gcc-mips-linux-gnu.
FROM ubuntu:19.04
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \ gcc libc6-dev qemu-user ca-certificates \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment