summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-17 12:25:51 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-17 12:25:51 -0600
commit5bb42c01117a8442f7f886c45020143ab96ebbc2 (patch)
tree319c564943b87510c0b9a4c3d7a4ce941046ef1d
parent51536cea4adf6b1bedfa27938860431650fc50cb (diff)
imworkingon: Add the ARM zImage test PR
-rw-r--r--imworkingon/contribs.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml
index 4e13647..a218575 100644
--- a/imworkingon/contribs.yml
+++ b/imworkingon/contribs.yml
@@ -84,3 +84,11 @@
desc: |
This PR makes it easier to contribute to gotk4 by improving
developer documentation and automated checks.
+- urls: [https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/merge_requests/362]
+ tags: [ARM, boot, testing]
+ desc: |
+ This PR adds tests for the earlier ARM zImage work. This was
+ split off into a separate PR from the main ARM zImage PR because
+ the maintainers had concerns about merging binary test files (very
+ understandable, especially given the recent XZ issue!), but didn't
+ want to hold up the main work.