<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/HowToAddABuilder.rst, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[DOCS][BUILDBOT] Bump recommended worker version (#144853)</title>
<updated>2025-06-26T09:30:55+00:00</updated>
<author>
<name>Paschalis Mpeis</name>
<email>paschalis.mpeis@arm.com</email>
</author>
<published>2025-06-26T09:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2e196a0ed14c727dabbd6e486bd561a3ceba28c2'/>
<id>2e196a0ed14c727dabbd6e486bd561a3ceba28c2</id>
<content type='text'>
Now recommend 3.11.7 to match the `#testing-a-builder-config-locally`
section.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now recommend 3.11.7 to match the `#testing-a-builder-config-locally`
section.</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Fix typo in HowToAddABuilder</title>
<updated>2025-02-13T15:03:52+00:00</updated>
<author>
<name>Alex Bradbury</name>
<email>asb@igalia.com</email>
</author>
<published>2025-02-13T15:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=62eddf4792c1dca0d225f06b35887733a557ebb5'/>
<id>62eddf4792c1dca0d225f06b35887733a557ebb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Improvements to HowToAddABuilder local test guide (#125802)</title>
<updated>2025-02-05T18:32:38+00:00</updated>
<author>
<name>Alex Bradbury</name>
<email>asb@igalia.com</email>
</author>
<published>2025-02-05T18:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=96d46c694da6b040ea89d2004289ebfb6092892b'/>
<id>96d46c694da6b040ea89d2004289ebfb6092892b</id>
<content type='text'>
This patch makes the following improvements:
* Corrects the suggestion that `bbenv` needs to be made within an
llvm-zorg checkout.
* Gives workarounds for following the instructions on a system with
Python 3.13 (it removed some long-deprecated libraries, which causes
problems).
* Adds a note about how some builder workflows involve checking out
llvm-zorg to retrieve additional scripts and gives guidance on how you
can still make and test local changes to those scripts when that's the
case.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes the following improvements:
* Corrects the suggestion that `bbenv` needs to be made within an
llvm-zorg checkout.
* Gives workarounds for following the instructions on a system with
Python 3.13 (it removed some long-deprecated libraries, which causes
problems).
* Adds a note about how some builder workflows involve checking out
llvm-zorg to retrieve additional scripts and gives guidance on how you
can still make and test local changes to those scripts when that's the
case.</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][docs] Correct setence in How To Add A Builder</title>
<updated>2024-11-19T13:36:13+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2024-11-19T13:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ee4fb3a8761b0abe231a8fdc127cd668cd9478f7'/>
<id>ee4fb3a8761b0abe231a8fdc127cd668cd9478f7</id>
<content type='text'>
Looks like a few different phrasings got mashed up together.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looks like a few different phrasings got mashed up together.
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Add blank line before bulletpoint list to fix HowToAddABuilder</title>
<updated>2024-11-13T05:26:02+00:00</updated>
<author>
<name>Alex Bradbury</name>
<email>asb@igalia.com</email>
</author>
<published>2024-11-13T05:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2baead09b2eea3b7b76afa193e35b93a236d948d'/>
<id>2baead09b2eea3b7b76afa193e35b93a236d948d</id>
<content type='text'>
The bulletpoint list wasn't rendering properly due to a missing blank
line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bulletpoint list wasn't rendering properly due to a missing blank
line.
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][docs] Expand HowToAddABuilder with guidance on testing locally (#115024)</title>
<updated>2024-11-12T22:02:20+00:00</updated>
<author>
<name>Alex Bradbury</name>
<email>asb@igalia.com</email>
</author>
<published>2024-11-12T22:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8da61a3434411850a0829f2d47f916f9bf29a4d8'/>
<id>8da61a3434411850a0829f2d47f916f9bf29a4d8</id>
<content type='text'>
With &lt;https://github.com/llvm/llvm-zorg/pull/289&gt; and &lt;https://github.com/llvm/llvm-zorg/pull/293&gt; landed, it's now reasonable to ask people to test their builder configurations locally. This patch adds documentation on how to do so.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With &lt;https://github.com/llvm/llvm-zorg/pull/289&gt; and &lt;https://github.com/llvm/llvm-zorg/pull/293&gt; landed, it's now reasonable to ask people to test their builder configurations locally. This patch adds documentation on how to do so.</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][docs] Add terminology note to Buildbot docs (#115856)</title>
<updated>2024-11-12T12:45:43+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2024-11-12T12:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7c04da12f0b45c88f3cc56d3803b484d54781e24'/>
<id>7c04da12f0b45c88f3cc56d3803b484d54781e24</id>
<content type='text'>
Choosing another term for this one document would only create confusion,
and vendoring Buildbot to change it is a lot of work (as explained in
the linked Buildbot issue).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Choosing another term for this one document would only create confusion,
and vendoring Buildbot to change it is a lot of work (as explained in
the linked Buildbot issue).</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][docs] Document how to get admin permissions for a Buildbot worker (#108561)</title>
<updated>2024-10-14T08:09:20+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2024-10-14T08:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=57cd6d86340bb8b26df4358fc3c237581d697f14'/>
<id>57cd6d86340bb8b26df4358fc3c237581d697f14</id>
<content type='text'>
I spent a long time trying different combinations of primary and
verified emails, until a colleague tried it who happened to have a
public profile email set when I did not.

Document how this works to save everyone else the legwork.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I spent a long time trying different combinations of primary and
verified emails, until a colleague tried it who happened to have a
public profile email set when I did not.

Document how this works to save everyone else the legwork.</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] Fix typos in documentation</title>
<updated>2023-05-13T06:47:46+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2023-05-13T06:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=96ddbd6dd85f9bc27fc3bc101411c7928a0c2756'/>
<id>96ddbd6dd85f9bc27fc3bc101411c7928a0c2756</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][docs] Correct chose to choose in the builder docs</title>
<updated>2023-04-26T09:47:11+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2023-04-26T09:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=611491d73b7381855f2fe79da2e5896e13bab4a3'/>
<id>611491d73b7381855f2fe79da2e5896e13bab4a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
