mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 04:08:40 +00:00
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
@ -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…
Reference in New Issue
Block a user