Skip to content

Commit

Permalink
Auto merge of #2044 - JohnTitor:fix-ci, r=JohnTitor
Browse files Browse the repository at this point in the history
Fix CI on `i686-unknown-linux-musl`

I suspect `focal-20210119` breaks the build, uses an older image to fix the `Could not configure 'libc6:i386'` failure.
  • Loading branch information
bors committed Jan 26, 2021
2 parents 7f11cdb + faa0184 commit f7a9029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/i686-unknown-linux-musl/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:20.04
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc-multilib make libc6-dev git curl ca-certificates libc6:i386
gcc-multilib make libc6-dev git curl ca-certificates libc6-i386

COPY install-musl.sh /
RUN sh /install-musl.sh i686
Expand Down

0 comments on commit f7a9029

Please sign in to comment.