@@ -175,7 +175,7 @@ Introduction
175
175
------------
176
176
177
177
Unlike most parts of the LLVM project, libc++ uses a pre-commit CI [# ]_. Some of
178
- this CI is hosted on `Buildkite<https://buildkite.com/llvm-project/libcxx-ci> `__,
178
+ this CI is hosted on `Buildkite <https://buildkite.com/llvm-project/libcxx-ci >`__,
179
179
but some has migrated to the LLVM CI infrastructure. The build results are
180
180
visible in the review on GitHub. Please make sure the CI is green before
181
181
committing a patch.
@@ -248,8 +248,8 @@ Infrastructure
248
248
--------------
249
249
250
250
The files for the CI infrastructure are split between the llvm-project
251
- and the llvm-zorg repositories. All files of the CI infrastructure in
252
- the llvm-project are in the directory ``libcxx/utils/ci ``. Note that
251
+ and the llvm-zorg repositories. All files of the CI infrastructure in
252
+ the llvm-project are in the directory ``libcxx/utils/ci ``. Note that
253
253
quite a bit of this infrastructure is heavily Linux focused. This is
254
254
the platform used by most of libc++'s Buildkite runners and
255
255
developers.
@@ -259,7 +259,7 @@ Dockerfile/Container Images
259
259
260
260
Contains the Docker image for the Ubuntu CI. Because the same Docker image is
261
261
used for the ``main `` and ``release `` branch, it should contain no hard-coded
262
- versions. It contains the used versions of Clang, various clang-tools,
262
+ versions. It contains the used versions of Clang, various clang-tools,
263
263
GCC, and CMake.
264
264
265
265
.. note :: This image is pulled from Docker hub and not rebuild when changing
@@ -306,7 +306,7 @@ to be a modified version of one of the libcxx runner variable images from
306
306
https://github.com/llvm/llvm-zorg/blob/main/premerge/premerge_resources/variables.tf,
307
307
as follows: Find the libcxx runner image name you want to use from the
308
308
variables.tf file. The name will be something like
309
- ``ghcr.io/llvm/libcxx-linux-builder:<some-commit-SHA> ``. Replace
309
+ ``ghcr.io/llvm/libcxx-linux-builder:<some-commit-SHA> ``. Replace
310
310
``libcxx-linux-builder `` with ``libcxx-linux-builder-base ``. Use this new image
311
311
name as the value you assign to ``ACTIONS_BASE_IMAGE ``.
312
312
@@ -318,7 +318,7 @@ in ``libcxx/utils/ci/Dockerfile`` and update the date to be the current date.
318
318
319
319
Once you have created and merged a PR with those changes, a new image
320
320
will be created, and a link to it can be found at
321
- https://github.com/llvm/llvm-project/pkgs/container/libcxx-linux-builder. ,
321
+ https://github.com/llvm/llvm-project/pkgs/container/libcxx-linux-builder,
322
322
where the actual image name should be
323
323
``ghcr.io/llvm/libcxx-linux-builder:<SHA-of-committed-change-from-PR> ``.
324
324
0 commit comments