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 2B8E315812D for ; Sat, 04 Jan 2025 15:20:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E42DE079E; Sat, 04 Jan 2025 15:20:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D58EE079E for ; Sat, 04 Jan 2025 15:20:03 +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 0D46333FE7D for ; Sat, 04 Jan 2025 15:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97AD71954 for ; Sat, 04 Jan 2025 15:19:59 +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: <1735948613.6c2bf7f6c5729a8cd476f34286ec02ff4ce7e54f.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: 6c2bf7f6c5729a8cd476f34286ec02ff4ce7e54f X-VCS-Branch: master Date: Sat, 04 Jan 2025 15:19:59 +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: 24984af5-77c3-42a8-9c79-1ff31cea9fce X-Archives-Hash: 74d13de28840e06bb21a2bad5cb3d0d6 commit: 6c2bf7f6c5729a8cd476f34286ec02ff4ce7e54f Author: Sam James gentoo org> AuthorDate: Fri Jan 3 23:51:54 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 23:56:53 2025 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=6c2bf7f6 ci: adjust s390x tuple name unknown -> ibm to match profiles/ Signed-off-by: Sam James gentoo.org> .github/workflows/crossdev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml index 2ba0f5f..c303d49 100644 --- a/.github/workflows/crossdev.yml +++ b/.github/workflows/crossdev.yml @@ -71,7 +71,7 @@ jobs: # - target: sparc-unknown-linux-gnu - target: sparc64-unknown-linux-gnu - target: s390-ibm-linux-gnu - - target: s390x-unknown-linux-gnu + - target: s390x-ibm-linux-gnu # musl ebuilds don't support s390x. The target is supported upstream, # we need to fix and test our ebuilds. # - target: s390x-unknown-linux-musl