|
Revision tags: llvmorg-20.1.0, llvmorg-20.1.0-rc3, llvmorg-20.1.0-rc2, llvmorg-20.1.0-rc1, llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0, llvmorg-19.1.0-rc4, llvmorg-19.1.0-rc3, llvmorg-19.1.0-rc2, llvmorg-19.1.0-rc1, llvmorg-20-init, llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4, llvmorg-17.0.3, llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3, llvmorg-17.0.0-rc2, llvmorg-17.0.0-rc1, llvmorg-18-init, llvmorg-16.0.6, llvmorg-16.0.5, llvmorg-16.0.4, llvmorg-16.0.3, llvmorg-16.0.2, llvmorg-16.0.1, llvmorg-16.0.0, llvmorg-16.0.0-rc4, llvmorg-16.0.0-rc3, llvmorg-16.0.0-rc2, llvmorg-16.0.0-rc1, llvmorg-17-init, llvmorg-15.0.7, llvmorg-15.0.6, llvmorg-15.0.5, llvmorg-15.0.4, llvmorg-15.0.3, llvmorg-15.0.2, llvmorg-15.0.1, llvmorg-15.0.0, llvmorg-15.0.0-rc3, llvmorg-15.0.0-rc2, llvmorg-15.0.0-rc1, llvmorg-16-init |
|
| #
d6bfedd8 |
| 27-Jun-2022 |
Louis Dionne <[email protected]> |
[libc++] Remove dummy command in Dockerfile
It turns out that the Docker images on CI instances are not updated based on what's in this file, but instead when a new image is pushed to ldionne/libcxx
[libc++] Remove dummy command in Dockerfile
It turns out that the Docker images on CI instances are not updated based on what's in this file, but instead when a new image is pushed to ldionne/libcxx-builder on DockerHub. So this is effectively useless.
show more ...
|
|
Revision tags: llvmorg-14.0.6, llvmorg-14.0.5 |
|
| #
a7bd1ab7 |
| 30-May-2022 |
Mark de Wever <[email protected]> |
[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 w
[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 reverted in 2b5e3ef83c3 due to an issue with the CI nodes. The CI nodes have since then been updated and this appears to be fine.
Differential Revision: https://reviews.llvm.org/D126666
show more ...
|
| #
2b5e3ef8 |
| 08-Jun-2022 |
Mark de Wever <[email protected]> |
Revert "[libc++][CI] Updates Docker image."
This reverts commit f2f0dba818a50fc17ed309823b2fdb72cb725eec.
This Docker file doesn't work on the CI. It fails to clone the checkout. This seems like an
Revert "[libc++][CI] Updates Docker image."
This reverts commit f2f0dba818a50fc17ed309823b2fdb72cb725eec.
This Docker file doesn'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 the clone3() call fails.
This needs further investigation before relanding.
show more ...
|
| #
f2f0dba8 |
| 30-May-2022 |
Mark de Wever <[email protected]> |
[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, jloser
Differential Revisi
[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, jloser
Differential Revision: https://reviews.llvm.org/D126666
show more ...
|
|
Revision tags: llvmorg-14.0.4, llvmorg-14.0.3, llvmorg-14.0.2, llvmorg-14.0.1 |
|
| #
11c14bca |
| 30-Mar-2022 |
Mark de Wever <[email protected]> |
[libc++][ci] Installs Japanese locale in Docker.
The alternative outputs of std::put_time and std::strftime are the easiest to test with the Japanese locale. This is a preparation for the tests of t
[libc++][ci] Installs Japanese locale in Docker.
The alternative outputs of std::put_time and std::strftime are the easiest to test with the Japanese locale. This is a preparation for the tests of the chrono formatters.
Note since it takes a while before the Docker file changes propagate to the build nodes the verification of the locale is done in a separate patch.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D122736
show more ...
|
| #
ce3feebd |
| 17-Mar-2022 |
Louis Dionne <[email protected]> |
[libc++] Install psutil on CI builders
This will make it possible to add a timeout when running the tests.
|
|
Revision tags: llvmorg-14.0.0, llvmorg-14.0.0-rc4, llvmorg-14.0.0-rc3, llvmorg-14.0.0-rc2, llvmorg-14.0.0-rc1 |
|
| #
78205faf |
| 04-Feb-2022 |
Louis Dionne <[email protected]> |
[libc++][Docker] Don't actually start using a newer compiler in the CI
To ensure a smooth transition without breaking CI, we should use explicitly versioned Clangs in the CI jobs definition instead,
[libc++][Docker] Don't actually start using a newer compiler in the CI
To ensure a smooth transition without breaking CI, we should use explicitly versioned Clangs in the CI jobs definition instead, since that's a change we can actually test in the CI.
So instead of bumping the compiler version from the Docker image, use the same version as before by default, and we can bump it from the CI job definition once all the nodes are running the new image.
show more ...
|
| #
a27304c5 |
| 02-Feb-2022 |
Louis Dionne <[email protected]> |
[libc++] Bump the version of Clang we use in the CI
Differential Revision: https://reviews.llvm.org/D118830
|
|
Revision tags: llvmorg-15-init, llvmorg-13.0.1, llvmorg-13.0.1-rc3 |
|
| #
c10cbb24 |
| 17-Jan-2022 |
Nikolas Klauser <[email protected]> |
[libc++] Install clang-tidy in docker containers
Install clang-tidy
Reviewed By: ldionne, #libc
Spies: sammccall, mgorny, libcxx-commits, arichardson
Differential Revision: https://reviews.llvm.o
[libc++] Install clang-tidy in docker containers
Install clang-tidy
Reviewed By: ldionne, #libc
Spies: sammccall, mgorny, libcxx-commits, arichardson
Differential Revision: https://reviews.llvm.org/D117268
show more ...
|
|
Revision tags: llvmorg-13.0.1-rc2 |
|
| #
4aba7e90 |
| 03-Jan-2022 |
Louis Dionne <[email protected]> |
[libc++][CI] Don't install libc6-dev-i386 in the Docker image
We don't cross-compile to 32 bits in the CI anymore.
|
| #
4f7f7284 |
| 03-Jan-2022 |
Louis Dionne <[email protected]> |
[libc++][NFC] Fix comment for running Docker container
|
| #
d4a69ef8 |
| 20-Dec-2021 |
Louis Dionne <[email protected]> |
[libc++][NFC] Bump Dockerfile to get latest nightly Clang
|
| #
9678d25a |
| 08-Dec-2021 |
Louis Dionne <[email protected]> |
[libc++] Bump Dockerfile
|
| #
e7f53ec7 |
| 07-Dec-2021 |
Louis Dionne <[email protected]> |
[libc++] Bump Dockerfile
|
| #
5c454033 |
| 26-Nov-2021 |
Louis Dionne <[email protected]> |
[libc++] Trigger rebuild of the Docker image so we get a new nightly Clang
|
|
Revision tags: llvmorg-13.0.1-rc1 |
|
| #
1837a837 |
| 08-Nov-2021 |
Louis Dionne <[email protected]> |
[libc++] Trigger a rebuild of the CI Docker images
|
| #
c71fbdd8 |
| 03-Nov-2021 |
Quinn Pham <[email protected]> |
[NFC] Inclusive language: Remove instances of master in URLs
[NFC] This patch fixes URLs containing "master". Old URLs were either broken or redirecting to the new URL.
Reviewed By: #libc, ldionne,
[NFC] Inclusive language: Remove instances of master in URLs
[NFC] This patch fixes URLs containing "master". Old URLs were either broken or redirecting to the new URL.
Reviewed By: #libc, ldionne, mehdi_amini
Differential Revision: https://reviews.llvm.org/D113186
show more ...
|
| #
4ee17b71 |
| 28-Oct-2021 |
Louis Dionne <[email protected]> |
[libc++] Update the CI Docker image to Focal
Differential Revision: https://reviews.llvm.org/D112726
|
| #
04a9a25d |
| 23-Oct-2021 |
Mark de Wever <[email protected]> |
[libc++][ci] Update to Clang 13.
Per our support plan we should now support Clang 12 and 13. Adjust the documentation and the CI runners. The change indirectly moves the main CI runners to use the C
[libc++][ci] Update to Clang 13.
Per our support plan we should now support Clang 12 and 13. Adjust the documentation and the CI runners. The change indirectly moves the main CI runners to use the Clang 14 nightly builds.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D112360
show more ...
|
| #
da593765 |
| 06-Oct-2021 |
David Spickett <[email protected]> |
[libcxx][CI] Install all locales used by the test suite
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D111235
|
|
Revision tags: llvmorg-13.0.0, llvmorg-13.0.0-rc4, llvmorg-13.0.0-rc3 |
|
| #
3765d284 |
| 09-Sep-2021 |
Louis Dionne <[email protected]> |
[libc++] Provide a way to trigger rebuild of Docker images in the CI
|
|
Revision tags: llvmorg-13.0.0-rc2 |
|
| #
dc0d4b97 |
| 17-Aug-2021 |
Louis Dionne <[email protected]> |
[libc++] Update the version of CMake in the Docker image
|
|
Revision tags: llvmorg-13.0.0-rc1, llvmorg-14-init |
|
| #
45478619 |
| 15-Jul-2021 |
Louis Dionne <[email protected]> |
[libc++] CI: Run -std=c++03 on Clang ToT
Differential Revision: https://reviews.llvm.org/D106104
|
| #
496a3815 |
| 27-Jul-2021 |
Louis Dionne <[email protected]> |
[libc++] NFC: Try to trigger Docker image rebuild on CI nodes
|
| #
15df9c98 |
| 08-Jul-2021 |
Louis Dionne <[email protected]> |
[libc++][ci] Clean up the Docker image
- Remove symlinks that are not used anymore - Stop installing GCC 10, which isn't tested anymore
|