Skip to content

Commit

Permalink
llvm6: Update x86_64 FreeBSD image to Ubuntu 18.04
Browse files Browse the repository at this point in the history
Looks like the clang with 16.04 fails to compile LLVM 6, but it looks like clang
in 18.04 can indeed compile LLVM 6. This fix doesn't apply for the i686 version
of FreeBSD which I'm still looking into.
  • Loading branch information
alexcrichton committed Jan 24, 2018
1 parent 63b3168 commit cf5b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-x86_64-freebsd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04

RUN apt-get update && apt-get install -y --no-install-recommends \
clang \
Expand Down

0 comments on commit cf5b520

Please sign in to comment.