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:
parent
63b3168448
commit
e9a64996be
3 changed files with 3 additions and 2 deletions
|
@ -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,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
1
src/llvm-emscripten
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2717444753318e461e0c3b30dacd03ffbac96903
|
Loading…
Add table
Add a link
Reference in a new issue