From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 23 04:25:37 2025 Received: (at submit) by debbugs.gnu.org; 23 Jan 2025 09:25:37 +0000 Received: from localhost ([127.0.0.1]:39297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tatSz-0002nW-4S for submit@debbugs.gnu.org; Thu, 23 Jan 2025 04:25:37 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48362) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tatSv-0002n4-Dl for submit@debbugs.gnu.org; Thu, 23 Jan 2025 04:25:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tatSi-00074y-SX for guix-patches@gnu.org; Thu, 23 Jan 2025 04:25:21 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tatSf-0006K6-E2; Thu, 23 Jan 2025 04:25:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1737624310; bh=Ir1ASBweco9hErI1phcG8efk+rOGE8sIE/L2w0bzQh0=; h=From:To:Cc:Subject:Date:From; b=YNPpgYoajict6SXg6YQpOFoqMatjXLEEn4gs1eY4i2X8d3iZpWExNgMjd9bmr7qxM 1ibFIT/5ZLTz2snZOMGUi6svkediq0uHFBhWRCNCEdVcpKrdXv7VWqTtNrzdaXr24E OivOZGbbN1cM4+DPfFiKcIWloJpFu8Y7Vr6Kv/MYqEX+Kvw8ILOQe7AH4jb5yFCjTS /HUUF+Y/3mjdriRC/+L1hS2HpsoKeqaXIj/8SUPcVx4CiQiEJ3pq6AAZliO4E/2vK1 /YP/bq8uH1VihUkwdEHyoY/PmKulR+oZjGFEwtcfY5VMh8SgaDpe+PZoBSOGQ3+vkc ZzvKrae+DJ8hQ== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id B20EF3102; Thu, 23 Jan 2025 01:25:10 -0800 (PST) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Reduce unused native-inputs for grub-efi and grub-minimal Date: Thu, 23 Jan 2025 01:25:04 -0800 Message-ID: <87wmelubkf.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=173.255.214.101; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -50 X-Spam_score: -5.1 X-Spam_bar: ----- X-Spam_report: (-5.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-2.996, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: ludo@gnu.org, efraim@flashner.co.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch removes the native-inputs on qemu-minimal for both grub-efi and grub-minimal, neither of which actually use qemu-minimal it because tests are disabled. It is possible the removal of "qemu" was sufficient when using labels but the switch away from labels may have left grub-efi and grub-minimal with a fairly large dependency chain due to qemu-minimal, despite not really using it. I did not test all reverse dependents yet, but both grub-efi and grub-minimal still build. Dropping qemu-minimal from native-inputs really helps on architectures with poor substitute availability, such as aarch64! Since Efraim and Ludo were both authors of the relevent commits fixing and/or (re)introducing this issue, I reach out for your wisdom, or at least your thoughts! Efraim also happens to be on the embedded team, which technically covers gnu/packages/bootloaders.scm, although grub being an embedded thing seems a bit of a stretch, given it is a commonly used bootloader on a largely dominant mostly not embedded platform. I guess it is kind of an embedded project unto itself? sort of? hrmpf. live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-grub-minimal-grub-efi-Reduce-unused-native-input.patch Content-Transfer-Encoding: quoted-printable From=20c71df9ccf0ab9713a1fd9fd7070ed151c7588120 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 23 Jan 2025 00:56:40 -0800 Subject: [PATCH] gnu: grub-minimal, grub-efi: Reduce unused native-inputs. "qemu" was removed in e9c1ea84fcf4a7f3da9aea9fbfe6136c75643c07 in the code though the commit message claims to have removed "qemu-minimal". If that worked, it may have been broken by switching away from labels in b9c38f26f120e3e12b3bfbf29c6248a08fe1a62c. * gnu/packages/bootloaders.scm (grub-minimal)[native-inputs]: Remove qemu-minimal. (grub-efi)[native-inputs]: Remove qemu-minimal. =2D-- gnu/packages/bootloaders.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index b5cfacca4b..4dab7bd0b7 100644 =2D-- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -323,7 +323,7 @@ (define-public grub-minimal (delete "lvm2" "mdadm" "fuse" "console-setup"))) (native-inputs (modify-inputs (package-native-inputs grub) =2D (delete "help2man" "texinfo" "parted" "qemu" "xorriso"))) + (delete "help2man" "texinfo" "parted" "qemu" "qemu-minimal" "xorris= o"))) (arguments (substitute-keyword-arguments (package-arguments grub) ((#:tests? _ #t) #f) @@ -413,7 +413,7 @@ (define-public grub-efi (native-inputs ;; The tests are skipped in this package so we remove some test depen= dencies. (modify-inputs (package-native-inputs grub) =2D (delete "parted" "qemu" "xorriso"))) + (delete "parted" "qemu" "qemu-minimal" "xorriso"))) (arguments ;; TODO: Tests need a UEFI firmware for qemu. There is one at ;; https://github.com/tianocore/edk2/tree/master/OvmfPkg . base-commit: cc678d0e4d67073943e75053c5e450c4df700b42 =2D-=20 2.39.5 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ5IK8AAKCRDcUY/If5cW qsGZAP9dhSKEoRMTWN4vDQjw9y3aeI96ABmERKXcvhzFcR6SxgEAhNdXnjw0KCoT VBOebBGJJ+fJGyxgU/9gFHbmhxrtfwg= =qyy/ -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 23 14:19:44 2025 Received: (at 75781) by debbugs.gnu.org; 23 Jan 2025 19:19:44 +0000 Received: from localhost ([127.0.0.1]:42402 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tb2jw-0007sZ-JV for submit@debbugs.gnu.org; Thu, 23 Jan 2025 14:19:44 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:58098) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tb2jt-0007sD-MX for 75781@debbugs.gnu.org; Thu, 23 Jan 2025 14:19:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1737659975; bh=91ATwJfhH+ftG7rwOw4E+CBFCC/rEqSKVHiOtzCLTTA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ALSv4/xR/aWkF3tLiVTIGK6YoFiy42vEZ/RwnAQQG+L9djppwk9KkgoGs/E/5iTR7 FhvXUldBKG25Ju/RRbuJamCnw1LhRFAA3O0L/5BCTkwGTuVR/aCKszf0gYtQAChGyr FdL7OH1rTalAQwdSuER6R98mycUcQymp3PEicahqMjyHIPdEc/WuGdqYVGK4qgxqvt 4ghtG/GsN+Ki41dDSX4Lw9rOtSgBvr6xIdhsaHNVaBSE8vk+6dehJgqbWap5pCpj2u XbKNpdzI4SPdwO+GUIhpXvJRlEh3EybpowMzoJpi6TaULWzh4mW4qZP0v6WI5yekEu CCX+P9l2aniog== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 445285917; Thu, 23 Jan 2025 11:19:35 -0800 (PST) From: Vagrant Cascadian To: 75781@debbugs.gnu.org Subject: Re: Reduce unused native-inputs for grub-efi and grub-minimal In-Reply-To: <87wmelubkf.fsf@wireframe> References: <87wmelubkf.fsf@wireframe> Date: Thu, 23 Jan 2025 11:19:29 -0800 Message-ID: <87tt9ptk1q.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 75781 Cc: ludo@gnu.org, efraim@flashner.co.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain On 2025-01-23, Vagrant Cascadian wrote: > The attached patch removes the native-inputs on qemu-minimal for both > grub-efi and grub-minimal, neither of which actually use qemu-minimal it > because tests are disabled. ... > I did not test all reverse dependents yet, but both grub-efi and > grub-minimal still build. And I still have not tested reverse dependents, because... there are no dependents! Though grub-efi is presumably widely used on actual systems and I have only tested a single aarch64 system... live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ5KWQQAKCRDcUY/If5cW qkk8AP9V8HyL8v44d5jGTIMqb+8Ns6qsp0Ig+bccZrlYYcoZRQEA5l0MWb25V8CR GnH8L8FnDbqoOHXJkERhIRq5eLG48AY= =70ba -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 06 09:41:47 2025 Received: (at 75781) by debbugs.gnu.org; 6 Feb 2025 14:41:47 +0000 Received: from localhost ([127.0.0.1]:55106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tg34d-0006DM-GV for submit@debbugs.gnu.org; Thu, 06 Feb 2025 09:41:47 -0500 Received: from mail-wm1-x32a.google.com ([2a00:1450:4864:20::32a]:59507) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tg34b-0006D5-Fl for 75781@debbugs.gnu.org; Thu, 06 Feb 2025 09:41:46 -0500 Received: by mail-wm1-x32a.google.com with SMTP id 5b1f17b1804b1-436202dd730so6892835e9.2 for <75781@debbugs.gnu.org>; Thu, 06 Feb 2025 06:41:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1738852899; x=1739457699; darn=debbugs.gnu.org; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=hfBXIqQIv6d5fNvvGxuiveIAkjpSFO6Z6Xd98wI99vE=; b=Y+NVYqlgWfFMPCgFnscWl6dbiu0kCxl5CJmBNZabguujdn01Zh+toJT05R92SMlbDB ENlMnlxHbWDpuVRWomiwJFSoHgw8qbUozkWZM1Jx3qMLjeJQuKVUnqxgtZfnNiAvu53X 1fvBtpIJC2scE5tjHLHgkpb1I6ydjwWRy5n6IoSDGegxcHmtfM/rFO/YUyoLDwUXQgc1 xAIxeiBagtSEu6LyVrb2pzaq7TkD/vU4SyPH7EwA1NK+s/s0NcK8W6jYA43ObSJP6jSK C8r6LKhgAiRzTNPlXQXUO7W04rEmARXmMZk63K4ZXtTXOjQdnKyfC973372jNZPxrcLh ICVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738852899; x=1739457699; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=hfBXIqQIv6d5fNvvGxuiveIAkjpSFO6Z6Xd98wI99vE=; b=O5KHTrrUsnpn9zwDCFpsW7rLDRoEawLG2MXa5m45R0RoZ1Nsm92m+2TAvXQSw6j9KO i8RvmVQE7AtiivNs13g1J4YnWXHU64bzxG2a24oQigMhfQ+BOXmUNSvUt1pKg4cUrm8H O/ZyNzUEO5QD8Bb/c3GnIZjkqHi7aGDtGitv3R5f6RMdx0pj9i9zZb8rJUmconk+2esy iks6pYZGfe4CTzkKpOCtEAa3pVdVZ0cIF3iKEnO3q0Po6XmOrC3wSIfuH9fcYQ/dpKt6 h5Y/6q46OmFUoUFFh0fFB0uQizXQhdmO1VXKBAIfBbslhiClD1zwAFisRX9OUtwzw4hZ yquA== X-Gm-Message-State: AOJu0Yx5vKLdDOe2qAWYOd6WjMgi0Yz8TV4G3EuQNdmK3ja66yIoufhr IwmExVaplNJn5FesGaRq7rTcpX9LEcP21J6BJCy+FnMKnevWELmE X-Gm-Gg: ASbGncuR938EzS9YdXlQkH/PIGQGRygjtGDOtiDaXHlOE8O+zJSalWRRzYJtpzarrP0 HSQZllYv5w6950DkJFhVEOORFUrx1sbhJFYBMtrf9UOOtsJ0rK+6pVMf80gkJ5ZoymmUqTxHOvb rtI8oaVYp1VBABrHEiDrjhrZC/jo1TOLAbsAYTp4MLCIVcsTdntCWOmo+5tTa6UL1i+jodJ8It4 j9GCJ+xwf4ts0FA5Wpb99x/q8F/XnbQ0FtC+kJRcxO0c8JChC/fDotr6f6TrkZlD8+gTTZy8UMK GIVXC7+lRTEc5UY= X-Google-Smtp-Source: AGHT+IE2vq093n+Cdo4j3bjwHDAHK3uAq3yAaLIHgfgC9+GhL2l9cjUBDy+fG99zkAW++vj9f6AXxw== X-Received: by 2002:a05:600c:3556:b0:434:a5bc:70fc with SMTP id 5b1f17b1804b1-4390d433f93mr55208345e9.8.1738852898803; Thu, 06 Feb 2025 06:41:38 -0800 (PST) Received: from localhost ([141.226.10.168]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-4390d96548bsm57038275e9.21.2025.02.06.06.41.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Feb 2025 06:41:38 -0800 (PST) Date: Thu, 6 Feb 2025 16:41:36 +0200 From: Efraim Flashner To: Vagrant Cascadian Subject: Re: Reduce unused native-inputs for grub-efi and grub-minimal Message-ID: Mail-Followup-To: Efraim Flashner , Vagrant Cascadian , 75781@debbugs.gnu.org, ludo@gnu.org References: <87wmelubkf.fsf@wireframe> <87tt9ptk1q.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Tvsht0jbs3OI9w0n" Content-Disposition: inline In-Reply-To: <87tt9ptk1q.fsf@wireframe> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 75781 Cc: 75781@debbugs.gnu.org, ludo@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.9 (/) --Tvsht0jbs3OI9w0n Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 23, 2025 at 11:19:29AM -0800, Vagrant Cascadian wrote: > On 2025-01-23, Vagrant Cascadian wrote: > > The attached patch removes the native-inputs on qemu-minimal for both > > grub-efi and grub-minimal, neither of which actually use qemu-minimal it > > because tests are disabled. > ... > > I did not test all reverse dependents yet, but both grub-efi and > > grub-minimal still build. >=20 > And I still have not tested reverse dependents, because... there are no > dependents! >=20 > Though grub-efi is presumably widely used on actual systems and I have > only tested a single aarch64 system... I'd like to eventually figure out running the tests, but I assume I'd do it on x86_64 only either due to test support or machine speed. No reason to keep it as an input for "eventually". LGTM! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Tvsht0jbs3OI9w0n Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmekyiAACgkQQarn3Mo9 g1HYJQ//Q8yjd8hSq2RfMi0Mxz+0CZwmQnNsQ/ThH/Z4TvDdKr8kLTvv0zS16ypS oXYyasj1XO2Po7hK+nst/3XqIGxCTivWVX5yIun/qadiF0Lr6lsqF1bbDZ584ePP qZP0AGWdtcqF1M/hUdqnuB61qQZKCEO5Ccsp3J2v3GQVYutbqR+aZhhTUv7diIkK ZtOfitdH80xVqiLpHEMUJNARcQV7aRXEXt/FcBAgIE7jEvP8K/hWKd4UHy2Kdcp1 3HzSjtdiHnlPzBk1T6ngrWrdfy501pn2DPCLRd+MKBkndMyUoqi1hAatTTr2/Qec 9LiT+4SQTa0lfh5AW2RnexJ3hcUMm/3rou7GGjHYCixvYt2X34tTXEFMb4s96RLe IsxI3lifcR3zVh7UJp+f0Mpj/OSMlDVKPNT/stKiFnBRule8QYPGc+HG9zA+WAzs qPZRbs16GpnjbYsiyatC/mdJnR9ZYTGb0Gcs/kzhNzdGqgvCdTg3jusyLRVvj6BN lQlyMssk1M5fvtslbZfGPz35BtmQyYvD+fdYfq5yK1JcO9kL4QHXlK07+C4F5fsu +q4kCtvaDQP1xAnpMW2hnDZC7+YwNO6JNmk5VTXAMy0t8wuiz2d3qU6y47GomPcR EYUSNyVWTBxrtPLOa8Qn5Q+kXmSoqqNSLgrmYyZMqZjR/cJPjSM= =CL3V -----END PGP SIGNATURE----- --Tvsht0jbs3OI9w0n-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 11 15:25:13 2025 Received: (at 75781-done) by debbugs.gnu.org; 11 Feb 2025 20:25:13 +0000 Received: from localhost ([127.0.0.1]:58986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thwoj-00028p-2b for submit@debbugs.gnu.org; Tue, 11 Feb 2025 15:25:13 -0500 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:54338) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thwog-000237-Sk for 75781-done@debbugs.gnu.org; Tue, 11 Feb 2025 15:25:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1739305504; bh=mkn7ew//Y63JPjkYe82Ys4sSfCiHkFvQi8s52+aKlJo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=AVL+hjdQxJVvLd5IJcoIHbowdrsz+yI1Ofa+Qa19lesxH46NQv+fwdUSwGIRtJ0Y3 R+/7ZSiDxbw7Ru0mZBkEzirOi+0HzLxcQiiYfo9cm419MJfCwbnLWL2DkOtoCJImrh iZb1SZl1cwX7PSASN5S1DvDKoydI2cUoV4msGwh/uAxiqZgtrN+ApY4McloZCa2g3V zFtyyYDE7sNky855biN6rB6cqtmy2YkGb3h58h6JPaqPmbVJMgkediBAN6DcoVwO92 FLG6AvOdqDpxdUmhD1e0+Ph9+e1cMyq9cNo4LD9JSgBfVOlsAtbbWAuC0PUWH2FTx9 RMKLdP7AkaSKw== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 1AE00675; Tue, 11 Feb 2025 12:25:04 -0800 (PST) From: Vagrant Cascadian To: Efraim Flashner Subject: Re: Reduce unused native-inputs for grub-efi and grub-minimal In-Reply-To: References: <87wmelubkf.fsf@wireframe> <87tt9ptk1q.fsf@wireframe> Date: Tue, 11 Feb 2025 12:24:58 -0800 Message-ID: <87y0yc9qlh.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 75781-done Cc: ludo@gnu.org, 75781-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2025-02-06, Efraim Flashner wrote: > On Thu, Jan 23, 2025 at 11:19:29AM -0800, Vagrant Cascadian wrote: >> On 2025-01-23, Vagrant Cascadian wrote: >> > The attached patch removes the native-inputs on qemu-minimal for both >> > grub-efi and grub-minimal, neither of which actually use qemu-minimal = it >> > because tests are disabled. >> ... >> > I did not test all reverse dependents yet, but both grub-efi and >> > grub-minimal still build. >>=20 >> And I still have not tested reverse dependents, because... there are no >> dependents! >>=20 >> Though grub-efi is presumably widely used on actual systems and I have >> only tested a single aarch64 system... > > I'd like to eventually figure out running the tests, but I assume I'd > do it on x86_64 only either due to test support or machine speed. No > reason to keep it as an input for "eventually". Sound reasonable to me! > LGTM! Great, pushed as: d3201247713f4de6d78b899ef6d9014fa9dfc542 gnu: grub-minimal, grub-efi: Red= uce unused native-inputs. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ6uyGgAKCRDcUY/If5cW qiogAP4zFV/l6kXIS+q+OIp4cfw5wF5MEaKMcDDZa7d0NvUOXgEA5hPt7naEZRke yWIVMtzQcjZk8J+OfIG+RXDNiixAVwo= =RKpG -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 11:40:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 12 Mar 2025 11:24:28 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator