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

Merge pull request #1917 from JohnTitor/arm-android

Fix {aarch64,arm}-android targets' CI
parents a410c35f 341b31e8
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:20.04 FROM ubuntu:20.04
RUN dpkg --add-architecture i386 && \ RUN dpkg --add-architecture i386
apt-get update && \ RUN apt-get update
apt-get install -y --no-install-recommends \ RUN apt-get install -y --no-install-recommends libc6-dev gcc
RUN apt-get install -y --no-install-recommends \
file \ file \
curl \ curl \
ca-certificates \ ca-certificates \
...@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \ ...@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \
expect \ expect \
openjdk-8-jre \ openjdk-8-jre \
libstdc++6:i386 \ libstdc++6:i386 \
libpulse0 \ libpulse0
gcc \
libc6-dev
WORKDIR /android/ WORKDIR /android/
COPY android* /android/ COPY android* /android/
......
FROM ubuntu:20.04 FROM ubuntu:20.04
RUN dpkg --add-architecture i386 && \ RUN dpkg --add-architecture i386
apt-get update && \ RUN apt-get update
apt-get install -y --no-install-recommends \ RUN apt-get install -y --no-install-recommends libc6-dev gcc
RUN apt-get install -y --no-install-recommends \
file \ file \
curl \ curl \
ca-certificates \ ca-certificates \
...@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \ ...@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \
expect \ expect \
openjdk-8-jre \ openjdk-8-jre \
libstdc++6:i386 \ libstdc++6:i386 \
libpulse0 \ libpulse0
gcc \
libc6-dev
WORKDIR /android/ WORKDIR /android/
COPY android* /android/ COPY android* /android/
......
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