mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-10 18:20:27 +01:00
docs: format code-block as toml
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22052>
This commit is contained in:
parent
e7f00ee2c8
commit
eec6564258
1 changed files with 3 additions and 1 deletions
|
|
@ -177,7 +177,9 @@ To do so, follow `GitLab's instructions
|
|||
register your personal GitLab runner in your Mesa fork. Then, tell
|
||||
Mesa how many jobs it should serve (``concurrent=``) and how many
|
||||
cores those jobs should use (``FDO_CI_CONCURRENT=``) by editing these
|
||||
lines in ``/etc/gitlab-runner/config.toml``, for example::
|
||||
lines in ``/etc/gitlab-runner/config.toml``, for example:
|
||||
|
||||
.. code-block:: toml
|
||||
|
||||
concurrent = 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue