llvm6: Update FreeBSD images to Ubuntu 18.04

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 commit is contained in:
Alex Crichton 2018-01-23 10:25:50 -08:00
parent 63b3168448
commit e9a64996be
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y --no-install-recommends \
clang \

View File

@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y --no-install-recommends \
clang \

1
src/llvm-emscripten Submodule

@ -0,0 +1 @@
Subproject commit 2717444753318e461e0c3b30dacd03ffbac96903