[libcxx-commits] [PATCH] D112726: [libc++] Update the CI Docker image to Focal
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 28 08:36:52 PDT 2021
ldionne created this revision.
ldionne added a reviewer: Mordante.
Herald added a subscriber: arichardson.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112726
Files:
libcxx/utils/ci/Dockerfile
Index: libcxx/utils/ci/Dockerfile
===================================================================
--- libcxx/utils/ci/Dockerfile
+++ libcxx/utils/ci/Dockerfile
@@ -28,7 +28,7 @@
# $ docker push ldionne/libcxx-builder
#
-FROM ubuntu:bionic
+FROM ubuntu:focal
# Make sure apt-get doesn't try to prompt for stuff like our time zone, etc.
ENV DEBIAN_FRONTEND=noninteractive
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112726.383045.patch
Type: text/x-patch
Size: 384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211028/6e9085c4/attachment.bin>
More information about the libcxx-commits
mailing list