<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anduril/.github/workflows, branch simple-ui</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/'/>
<entry>
<title>fix "Error: Missing download info for actions/upload-artifact@v3"</title>
<updated>2025-05-10T09:52:30+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2025-05-10T09:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=979a582b8e5fe9d24f1d0232a4d001e0ed2e19e6'/>
<id>979a582b8e5fe9d24f1d0232a4d001e0ed2e19e6</id>
<content type='text'>
Apparently that got deprecated and removed.  Seems like something
GitHub should maybe notify users about before removing it, instead of
finding out through a build failure plus googling the error message.
But it seems to be a trivial fix, at least.

https://github.com/orgs/community/discussions/152695
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently that got deprecated and removed.  Seems like something
GitHub should maybe notify users about before removing it, instead of
finding out through a build failure plus googling the error message.
But it seems to be a trivial fix, at least.

https://github.com/orgs/community/discussions/152695
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow manually running GitHub actions workflows</title>
<updated>2024-03-01T01:10:52+00:00</updated>
<author>
<name>SiteRelEnby</name>
</author>
<published>2024-03-01T01:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=cad2501b91a6879d51e7f6fb715d1c6c459665f9'/>
<id>cad2501b91a6879d51e7f6fb715d1c6c459665f9</id>
<content type='text'>
https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
</pre>
</div>
</content>
</entry>
<entry>
<title>github CI: fetch history too, to allow detection of version tags</title>
<updated>2023-12-02T20:35:59+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2023-12-02T20:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=73d1f3e156296642bdc35aed2ffa16458e321d2d'/>
<id>73d1f3e156296642bdc35aed2ffa16458e321d2d</id>
<content type='text'>
It needs history to determine which tag precedes the current commit.
This could be expensive on large repos, but for Anduril it seems to
only increase the checkout size by about 40% or so.  (11 MiB -&gt; 15 MiB)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It needs history to determine which tag precedes the current commit.
This could be expensive on large repos, but for Anduril it seems to
only increase the checkout size by about 40% or so.  (11 MiB -&gt; 15 MiB)
</pre>
</div>
</content>
</entry>
<entry>
<title>run CI on all branches, not just on trunk</title>
<updated>2023-12-02T20:09:08+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2023-12-02T20:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=1ca7e77cec953cb4cce5868336c24042ec3cf800'/>
<id>1ca7e77cec953cb4cce5868336c24042ec3cf800</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fetch tags on CI checkout, so 'git describe' can work</title>
<updated>2023-12-02T20:08:39+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2023-12-02T20:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=4b0f966fb4fc629d42147c784343094be78863c6'/>
<id>4b0f966fb4fc629d42147c784343094be78863c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fail pull requests if author accidentally committed a new version.h</title>
<updated>2023-11-07T20:33:21+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2023-11-07T20:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=e75a5fabbd330de3db37dd32a3b0246afe104530'/>
<id>e75a5fabbd330de3db37dd32a3b0246afe104530</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed invalid characters in github artifact names</title>
<updated>2023-11-05T23:59:39+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2023-11-05T23:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=c1921d90f34594f8f1fd103c8852eeb11498ba81'/>
<id>c1921d90f34594f8f1fd103c8852eeb11498ba81</id>
<content type='text'>
This failed just a couple runs after adding CI, giving an error when
someone had a slash in their pull request title:

Error: Artifact name is not valid: build all-6/merge-4d210ad-8. Contains the following character:  Forward slash /

But the filename seems plenty unique even without the ${GITHUB_REF_NAME},
so I removed it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This failed just a couple runs after adding CI, giving an error when
someone had a slash in their pull request title:

Error: Artifact name is not valid: build all-6/merge-4d210ad-8. Contains the following character:  Forward slash /

But the filename seems plenty unique even without the ${GITHUB_REF_NAME},
so I removed it.
</pre>
</div>
</content>
</entry>
<entry>
<title>removed test branch from action triggers</title>
<updated>2023-11-05T21:17:27+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2023-11-05T21:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=962b571eac828f1ad334fb043b6265fbf16e6b61'/>
<id>962b571eac828f1ad334fb043b6265fbf16e6b61</id>
<content type='text'>
(the action works and seems ready to merge)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(the action works and seems ready to merge)
</pre>
</div>
</content>
</entry>
<entry>
<title>test: is apt-get any faster than apt?</title>
<updated>2023-11-05T21:10:22+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2023-11-05T21:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=6e78c50d7c5b5a8a874f962f4cc8229b23f2cc06'/>
<id>6e78c50d7c5b5a8a874f962f4cc8229b23f2cc06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>github actions: cache the Atmel DFP files between runs</title>
<updated>2023-11-05T20:50:27+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2023-11-05T20:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=6fe353f80cd0d308ec2d05e090082d4e35864d6d'/>
<id>6fe353f80cd0d308ec2d05e090082d4e35864d6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
