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
Use older docker image to fix CI issue

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 + 464ccfb commit 397a33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/i686-unknown-linux-musl/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:focal-20201106

RUN dpkg --add-architecture i386
RUN apt-get update
Expand Down

0 comments on commit 397a33d

Please sign in to comment.