<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/.github/workflows, branch 15.8</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=15.8</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=15.8'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2023-06-23T21:13:13+00:00</updated>
<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>
<entry>
<title>CI: don't use 'make -s'; it's more trouble than help.</title>
<updated>2021-03-24T20:11:02+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2021-03-24T20:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=ab40c869a2765262d9a911fe6284a606fd1fe0d6'/>
<id>urn:sha1:ab40c869a2765262d9a911fe6284a606fd1fe0d6</id>
<content type='text'>
This hides more subtle failures way too well; nerf it out.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Try multi-arch CI building using cross compilation</title>
<updated>2021-03-22T20:43:44+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2021-02-01T20:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=4bc72543eadd3908a8da55027c207e1c24b0d8a1'/>
<id>urn:sha1:4bc72543eadd3908a8da55027c207e1c24b0d8a1</id>
<content type='text'>
This enables a pile of CI builds on fedora and centos, some using a cross
compilers:

- cross-compiler builds for f32, f33, f34, and f35 (currently rawhide):
  x86_64 (yes, x86_64-&gt;x86_64)
  i686 (x86_64-&gt;i686)
  arm (x86_64-&gt;arm)
  aarch64 (x86-64-&gt;aarch64)
- non-cross builds for centos7 and centos8
  x86_64
  i686
- we can't cross build on centos7 or centos8 because they don't have
  the cross compiler packages

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Don't set LIBDIR in CI builds any more.</title>
<updated>2021-03-22T20:43:44+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2021-03-20T22:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=5c1a3013095c9d18932fb13bf08fa1548fd79d83'/>
<id>urn:sha1:5c1a3013095c9d18932fb13bf08fa1548fd79d83</id>
<content type='text'>
Setting libdir will make it try to use /usr/lib*/libefi.a and such,
which is now wrong.  Normally you don't *see* any problem, but when we're
cross compiling, it'll fail to find libefi.a.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Drop comments, and make push workflow use same matrix as pullrequest.</title>
<updated>2021-03-10T20:58:54+00:00</updated>
<author>
<name>Dimitri John Ledkov</name>
<email>xnox@ubuntu.com</email>
</author>
<published>2021-02-27T19:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=3f6ce534e7e7fdf2b2f610922b7e5167e9252426'/>
<id>urn:sha1:3f6ce534e7e7fdf2b2f610922b7e5167e9252426</id>
<content type='text'>
</content>
</entry>
</feed>
