Skip to content

Commit cf5b520

Browse files
committed
llvm6: Update x86_64 FreeBSD image 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 fix doesn't apply for the i686 version of FreeBSD which I'm still looking into.
1 parent 63b3168 commit cf5b520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/dist-x86_64-freebsd/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:16.04
1+
FROM ubuntu:18.04
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
clang \

0 commit comments

Comments
 (0)