From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D6E11581F0 for ; Fri, 13 Dec 2024 07:36:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1268E0977; Fri, 13 Dec 2024 07:36:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA213E0978 for ; Fri, 13 Dec 2024 07:36:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D519933BE18 for ; Fri, 13 Dec 2024 07:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE9131F0B for ; Fri, 13 Dec 2024 07:36:12 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1733979872.e162e0c8cb0d8465352557b80e43f9e5e1154f35.eschwartz@gentoo> Subject: [gentoo-commits] proj/binhost:master commit in: builders/milou/server-v3-23/, builders/milou/server-23/ X-VCS-Repository: proj/binhost X-VCS-Files: builders/milou/server-23/world builders/milou/server-v3-23/world X-VCS-Directories: builders/milou/server-23/ builders/milou/server-v3-23/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: e162e0c8cb0d8465352557b80e43f9e5e1154f35 X-VCS-Branch: master Date: Fri, 13 Dec 2024 07:36:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d213f393-fb5c-4a7f-abee-16594affb6e6 X-Archives-Hash: 42642648a7976089975a7deddd9ea826 commit: e162e0c8cb0d8465352557b80e43f9e5e1154f35 Author: Eli Schwartz gentoo org> AuthorDate: Thu Dec 12 05:04:32 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Thu Dec 12 05:04:32 2024 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=e162e0c8 milou: guarantee rust/java are built from source for *all* builders They can be dragged in on any profile, and end up building a binpkg of a -bin if we do not choose which type we want. This was the initial motivation for manually specifying them in world for the other builders... Signed-off-by: Eli Schwartz gentoo.org> builders/milou/server-23/world | 2 ++ builders/milou/server-v3-23/world | 2 ++ 2 files changed, 4 insertions(+) diff --git a/builders/milou/server-23/world b/builders/milou/server-23/world index 36ec290..406c1d8 100644 --- a/builders/milou/server-23/world +++ b/builders/milou/server-23/world @@ -45,6 +45,8 @@ app-text/doxygen net-dialup/ppp dev-debug/gdb dev-debug/strace +dev-java/openjdk +dev-lang/rust dev-qt/qtbase dev-python/pip net-dialup/minicom diff --git a/builders/milou/server-v3-23/world b/builders/milou/server-v3-23/world index 36ec290..406c1d8 100644 --- a/builders/milou/server-v3-23/world +++ b/builders/milou/server-v3-23/world @@ -45,6 +45,8 @@ app-text/doxygen net-dialup/ppp dev-debug/gdb dev-debug/strace +dev-java/openjdk +dev-lang/rust dev-qt/qtbase dev-python/pip net-dialup/minicom