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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81F3915813A for ; Fri, 03 Jan 2025 11:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2F0EE085D; Fri, 03 Jan 2025 11:15:21 +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 95A4DE085D for ; Fri, 03 Jan 2025 11:15:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99E1E335DC7 for ; Fri, 03 Jan 2025 11:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB6DE1954 for ; Fri, 03 Jan 2025 11:15:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1735902915.688e9a15973c22490d962f3d90344c0c5aa949a1.sam@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: .github/workflows/ X-VCS-Repository: proj/crossdev X-VCS-Files: .github/workflows/crossdev.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 688e9a15973c22490d962f3d90344c0c5aa949a1 X-VCS-Branch: master Date: Fri, 03 Jan 2025 11:15:17 +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: e4fa8ea6-b486-4d14-810c-d966832cfdd1 X-Archives-Hash: 4fc8d640123dd969009f64f11c16d79f commit: 688e9a15973c22490d962f3d90344c0c5aa949a1 Author: Sam James gentoo org> AuthorDate: Fri Jan 3 10:39:20 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 11:15:15 2025 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=688e9a15 ci: no userland for hppa64 We don't have glibc ported yet upstream. Signed-off-by: Sam James gentoo.org> .github/workflows/crossdev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml index a6068af..3a4d996 100644 --- a/.github/workflows/crossdev.yml +++ b/.github/workflows/crossdev.yml @@ -36,6 +36,7 @@ jobs: - target: hppa1.1-unknown-linux-gnu - target: hppa2.0-unknown-linux-gnu - target: hppa64-unknown-linux-gnu + args: --skip-system - target: loongarch64-unknown-linux-gnu # musl ebuilds don't support loong. The target is supported upstream, # we need to fix and test our ebuilds.