<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/.github/workflows, branch vyos/current</title>
<subtitle> (mirror of https://github.com/vyos/efi-boot-shim.git)
</subtitle>
<id>https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=vyos%2Fcurrent</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=vyos%2Fcurrent'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2024-12-17T18:35:41+00:00</updated>
<entry>
<title>Add building compile_commands.json to CI</title>
<updated>2024-12-17T18:35:41+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2024-12-17T16:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=fd7e16f7d0f7edf3f79db7323ed449e9ed053e36'/>
<id>urn:sha1:fd7e16f7d0f7edf3f79db7323ed449e9ed053e36</id>
<content type='text'>
I use compile_commands.json with vim all the time, so it's better if it
doesn't break.

This adds it to CI builds to try to ensure that better.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Update fedora CI targets</title>
<updated>2024-12-13T21:04:20+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2024-12-12T19:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=20094caa2655c301dd3a78489aca36edd43e89ef'/>
<id>urn:sha1:20094caa2655c301dd3a78489aca36edd43e89ef</id>
<content type='text'>
This updates CI targets for Fedora distros to newer releases.  It also
disables IA32 builds on f40 and f41.  Something is broken in the include
files for the ia32-on-x64 buildroot, and I don't think anyone is
actually doing ia32-on-x64 builds in the wild anyway.  At the same time,
ia32 is pretty much dead to begin with.  This takes the test out.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>CI: work around ownership issue on github</title>
<updated>2024-12-13T21:04:20+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2024-08-02T21:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=1d8365f44e551d65e5483a66b0edf2070ce639fb'/>
<id>urn:sha1:1d8365f44e551d65e5483a66b0edf2070ce639fb</id>
<content type='text'>
"make update" with newer distros is giving us:

  fatal: detected dubious ownership in repository at '/__w/shim/shim'
  To add an exception for this directory, call:

	git config --global --add safe.directory /__w/shim/shim

So that's exactly what I'm trying.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>CI: use checkout@v4</title>
<updated>2024-12-13T21:04:20+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2024-08-02T20:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=b5d359a1811eaed631f0cf5b97b55ab0154c88b9'/>
<id>urn:sha1:b5d359a1811eaed631f0cf5b97b55ab0154c88b9</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Remove CentOS 7 test builds.</title>
<updated>2023-06-23T21:13:13+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2023-06-23T18:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=be00279537f004afc89b206bd57baf75ee9569a0'/>
<id>urn:sha1:be00279537f004afc89b206bd57baf75ee9569a0</id>
<content type='text'>
CentOS 7 and RHEL 7 are EOL, and their ancient compiler is EOL along
with them.  Removing them from our test environments means we'll have to
do some minor backports if they come back from the dead, but lets us use
__builtin_add_overflow() and friends without gross hacks today.

This change removes those builds from our PR tests.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>CI: Add f36 and centos9 CI build tests.</title>
<updated>2022-05-04T17:59:35+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2022-05-04T15:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=38cc646b099f995a59390cf27e1411c8da9839ad'/>
<id>urn:sha1:38cc646b099f995a59390cf27e1411c8da9839ad</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Remove aarch64 build tests before f35</title>
<updated>2022-05-04T17:59:35+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2022-05-04T14:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=bfeb4b37e56e9650242b54fbdee9906338b1dfdc'/>
<id>urn:sha1:bfeb4b37e56e9650242b54fbdee9906338b1dfdc</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>CI: remove EOL Fedoras from github actions</title>
<updated>2022-05-04T17:46:21+00:00</updated>
<author>
<name>Robbie Harwood</name>
<email>rharwood@redhat.com</email>
</author>
<published>2022-05-03T21:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=ba580f949285223c477fa0ec3a36dcee7ff9672e'/>
<id>urn:sha1:ba580f949285223c477fa0ec3a36dcee7ff9672e</id>
<content type='text'>
Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
</content>
</entry>
<entry>
<title>CI: don't cancel testing when one fails</title>
<updated>2022-05-04T17:46:21+00:00</updated>
<author>
<name>Robbie Harwood</name>
<email>rharwood@redhat.com</email>
</author>
<published>2022-05-03T21:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=af188108313c8a6aa071a2185a923a9bb2e49fef'/>
<id>urn:sha1:af188108313c8a6aa071a2185a923a9bb2e49fef</id>
<content type='text'>
Set fail-fast to false to get a more useful picture of results.

Signed-off-by: Robbie Harwood &lt;rharwood@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make building outside of the top directory work.</title>
<updated>2021-03-25T18:36:53+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2021-03-24T21:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=8578b75f9c18fd267c8a0746192ab3f051561df2'/>
<id>urn:sha1:8578b75f9c18fd267c8a0746192ab3f051561df2</id>
<content type='text'>
This also makes the cross-build targets (and not the others) /use/ this
functionality, so we'll catch it if we break it again.

This fixes issue #340.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
</feed>
