Skip to content
Snippets Groups Projects
Unverified Commit c31e85fb authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1669 from JohnTitor/focal

Update Ubuntu images to 19.10
parents 0a510429 eee027b0
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 19 deletions
......@@ -12,7 +12,7 @@ pr: ["master"]
jobs:
- job: DockerLinuxTier1
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
steps:
- template: azure-install-rust.yml
- bash: LIBC_CI=1 sh ./ci/run-docker.sh $TARGET
......@@ -27,7 +27,7 @@ jobs:
- job: DockerLinuxTier2
#dependsOn: DockerLinuxTier1
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
steps:
- template: azure-install-rust.yml
- bash: LIBC_CI=1 sh ./ci/run-docker.sh $TARGET
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN dpkg --add-architecture i386 && \
apt-get update && \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \
gcc-aarch64-linux-gnu libc6-dev-arm64-cross qemu-user
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc make libc6-dev git curl ca-certificates \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN dpkg --add-architecture i386 && \
apt-get update && \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross qemu-user
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc make libc6-dev git curl ca-certificates \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && \
apt-get install -y --no-install-recommends \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN dpkg --add-architecture i386 && \
apt-get update && \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc-multilib libc6-dev ca-certificates
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN dpkg --add-architecture i386
RUN apt-get update
......
# 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 \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates qemu-system-mips curl \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc make libc6-dev git curl ca-certificates \
......
# 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 \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc make libc6-dev git curl ca-certificates \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates qemu-system-mipsel curl \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
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