Skip to content

Commit 0942070

Browse files
committed
Remove hacky Travis workaround
1 parent 9a04c39 commit 0942070

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/run-docker.sh

-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ set -ex
88
run() {
99
echo "Building docker container for target ${1}"
1010

11-
# FIXME: Hacky workaround. Docker build seems to work better if we pull the base images first
12-
# Not using arrays/loops because it's not POSIX sh compatible
13-
docker pull ubuntu:16.04
14-
docker pull ubuntu:17.10
15-
docker pull ubuntu:18.04
16-
1711
# use -f so we can use ci/ as build context
1812
docker build -t libc -f "ci/docker/${1}/Dockerfile" ci/
1913
mkdir -p target

0 commit comments

Comments
 (0)