<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Dockerfile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d6bfedd8 - [libc++] Remove dummy command in Dockerfile</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#d6bfedd8</link>
        <description>[libc++] Remove dummy command in DockerfileIt turns out that the Docker images on CI instances are not updatedbased on what&apos;s in this file, but instead when a new image is pushedto ldionne/libcxx-builder on DockerHub. So this is effectively useless.

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Mon, 27 Jun 2022 13:15:28 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bd1ab7 - [libc++][CI] Updates Docker image.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#a7bd1ab7</link>
        <description>[libc++][CI] Updates Docker image.- Updates the image to use Ubuntu Jammy.- Installs GCC-12 as preparation to migrate to that GCC version.NOTE: This is a re-application of f2f0dba818a50, which was revertedin 2b5e3ef83c3 due to an issue with the CI nodes. The CI nodes havesince then been updated and this appears to be fine.Differential Revision: https://reviews.llvm.org/D126666

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Mon, 30 May 2022 16:34:15 +0000</pubDate>
        <dc:creator>Mark de Wever &lt;koraq@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>2b5e3ef8 - Revert &quot;[libc++][CI] Updates Docker image.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#2b5e3ef8</link>
        <description>Revert &quot;[libc++][CI] Updates Docker image.&quot;This reverts commit f2f0dba818a50fc17ed309823b2fdb72cb725eec.This Docker file doesn&apos;t work on the CI. It fails to clone the checkout.This seems like an issue with a newer glibc on an older Docker where theclone3() call fails.This needs further investigation before relanding.

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Wed, 08 Jun 2022 17:16:02 +0000</pubDate>
        <dc:creator>Mark de Wever &lt;koraq@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>f2f0dba8 - [libc++][CI] Updates Docker image.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#f2f0dba8</link>
        <description>[libc++][CI] Updates Docker image.- Updates the image to use Ubuntu Jammy.- Installs GCC-12 as preparation to migrate to that GCC version.Reviewed By: ldionne, #libc, jloserDifferential Revision: https://reviews.llvm.org/D126666

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Mon, 30 May 2022 16:34:15 +0000</pubDate>
        <dc:creator>Mark de Wever &lt;koraq@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>11c14bca - [libc++][ci] Installs Japanese locale in Docker.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#11c14bca</link>
        <description>[libc++][ci] Installs Japanese locale in Docker.The alternative outputs of std::put_time and std::strftime are theeasiest to test with the Japanese locale. This is a preparation for thetests of the chrono formatters.Note since it takes a while before the Docker file changes propagate tothe build nodes the verification of the locale is done in a separatepatch.Reviewed By: ldionne, #libcDifferential Revision: https://reviews.llvm.org/D122736

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Wed, 30 Mar 2022 15:30:39 +0000</pubDate>
        <dc:creator>Mark de Wever &lt;koraq@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>ce3feebd - [libc++] Install psutil on CI builders</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#ce3feebd</link>
        <description>[libc++] Install psutil on CI buildersThis will make it possible to add a timeout when running the tests.

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Thu, 17 Mar 2022 21:32:29 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>78205faf - [libc++][Docker] Don&apos;t actually start using a newer compiler in the CI</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#78205faf</link>
        <description>[libc++][Docker] Don&apos;t actually start using a newer compiler in the CITo ensure a smooth transition without breaking CI, we should use explicitlyversioned Clangs in the CI jobs definition instead, since that&apos;s a changewe can actually test in the CI.So instead of bumping the compiler version from the Docker image, usethe same version as before by default, and we can bump it from the CIjob definition once all the nodes are running the new image.

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Fri, 04 Feb 2022 22:12:38 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a27304c5 - [libc++] Bump the version of Clang we use in the CI</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#a27304c5</link>
        <description>[libc++] Bump the version of Clang we use in the CIDifferential Revision: https://reviews.llvm.org/D118830

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Wed, 02 Feb 2022 18:19:27 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c10cbb24 - [libc++] Install clang-tidy in docker containers</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#c10cbb24</link>
        <description>[libc++] Install clang-tidy in docker containersInstall clang-tidyReviewed By: ldionne, #libcSpies: sammccall, mgorny, libcxx-commits, arichardsonDifferential Revision: https://reviews.llvm.org/D117268

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Mon, 17 Jan 2022 18:56:23 +0000</pubDate>
        <dc:creator>Nikolas Klauser &lt;nikolasklauser@berlin.de&gt;</dc:creator>
    </item>
<item>
        <title>4aba7e90 - [libc++][CI] Don&apos;t install libc6-dev-i386 in the Docker image</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#4aba7e90</link>
        <description>[libc++][CI] Don&apos;t install libc6-dev-i386 in the Docker imageWe don&apos;t cross-compile to 32 bits in the CI anymore.

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Mon, 03 Jan 2022 20:44:36 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f7f7284 - [libc++][NFC] Fix comment for running Docker container</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#4f7f7284</link>
        <description>[libc++][NFC] Fix comment for running Docker container

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Mon, 03 Jan 2022 20:08:05 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d4a69ef8 - [libc++][NFC] Bump Dockerfile to get latest nightly Clang</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#d4a69ef8</link>
        <description>[libc++][NFC] Bump Dockerfile to get latest nightly Clang

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Mon, 20 Dec 2021 16:25:00 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9678d25a - [libc++] Bump Dockerfile</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#9678d25a</link>
        <description>[libc++] Bump Dockerfile

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Wed, 08 Dec 2021 13:57:19 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e7f53ec7 - [libc++] Bump Dockerfile</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#e7f53ec7</link>
        <description>[libc++] Bump Dockerfile

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Tue, 07 Dec 2021 12:30:46 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5c454033 - [libc++] Trigger rebuild of the Docker image so we get a new nightly Clang</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#5c454033</link>
        <description>[libc++] Trigger rebuild of the Docker image so we get a new nightly Clang

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Fri, 26 Nov 2021 17:57:00 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1837a837 - [libc++] Trigger a rebuild of the CI Docker images</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#1837a837</link>
        <description>[libc++] Trigger a rebuild of the CI Docker images

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Mon, 08 Nov 2021 19:34:24 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c71fbdd8 - [NFC] Inclusive language: Remove instances of master in URLs</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#c71fbdd8</link>
        <description>[NFC] Inclusive language: Remove instances of master in URLs[NFC] This patch fixes URLs containing &quot;master&quot;. Old URLs were either broken orredirecting to the new URL.Reviewed By: #libc, ldionne, mehdi_aminiDifferential Revision: https://reviews.llvm.org/D113186

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Wed, 03 Nov 2021 19:41:24 +0000</pubDate>
        <dc:creator>Quinn Pham &lt;Quinn.Pham@ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>4ee17b71 - [libc++] Update the CI Docker image to Focal</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#4ee17b71</link>
        <description>[libc++] Update the CI Docker image to FocalDifferential Revision: https://reviews.llvm.org/D112726

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Thu, 28 Oct 2021 15:35:18 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>04a9a25d - [libc++][ci] Update to Clang 13.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#04a9a25d</link>
        <description>[libc++][ci] Update to Clang 13.Per our support plan we should now support Clang 12 and 13. Adjust thedocumentation and the CI runners. The change indirectly moves the mainCI runners to use the Clang 14 nightly builds.Reviewed By: ldionne, #libcDifferential Revision: https://reviews.llvm.org/D112360

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Sat, 23 Oct 2021 11:08:01 +0000</pubDate>
        <dc:creator>Mark de Wever &lt;koraq@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>da593765 - [libcxx][CI] Install all locales used by the test suite</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/utils/ci/Dockerfile#da593765</link>
        <description>[libcxx][CI] Install all locales used by the test suiteReviewed By: #libc, ldionneDifferential Revision: https://reviews.llvm.org/D111235

            List of files:
            /llvm-project-15.0.7/libcxx/utils/ci/Dockerfile</description>
        <pubDate>Wed, 06 Oct 2021 15:05:47 +0000</pubDate>
        <dc:creator>David Spickett &lt;david.spickett@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
