]> git.lizzy.rs Git - rust.git/commitdiff
llvm6: Update FreeBSD images to Ubuntu 18.04
authorAlex Crichton <alex@alexcrichton.com>
Tue, 23 Jan 2018 18:25:50 +0000 (10:25 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 24 Jan 2018 23:34:41 +0000 (15:34 -0800)
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.

src/ci/docker/dist-i686-freebsd/Dockerfile
src/ci/docker/dist-x86_64-freebsd/Dockerfile
src/llvm-emscripten [new submodule]

index 686afc97289b14c1951e39a903c0d9491683ee39..673fa4c0c4bc09b52a01d463c589bb3be0d5b6b1 100644 (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 \
index 7483d395622c89a21201e732f73d9e9a1f5f0b41..f9f5b7062f8a43b41ec569432729217250cb657e 100644 (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 \
diff --git a/src/llvm-emscripten b/src/llvm-emscripten
new file mode 160000 (submodule)
index 0000000..2717444
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 2717444753318e461e0c3b30dacd03ffbac96903