Skip to content

Commit

Permalink
llvm6: Update FreeBSD images 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.
  • Loading branch information
alexcrichton committed Jan 24, 2018
1 parent 63b3168 commit e9a6499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-i686-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
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
1 change: 1 addition & 0 deletions src/llvm-emscripten
Submodule llvm-emscripten added at 271744

0 comments on commit e9a6499

Please sign in to comment.