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 5E5D515812D for ; Sat, 04 Jan 2025 15:20:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD062E0788; Sat, 04 Jan 2025 15:20:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B4D9CE077C for ; Sat, 04 Jan 2025 15:20:01 +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 EF00E33FE60 for ; Sat, 04 Jan 2025 15:20:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8489318E7 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: <1735948286.6cd7a63029ffd09c5da079775be1365edc159eff.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: 6cd7a63029ffd09c5da079775be1365edc159eff 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: 41f958b2-6dff-4e13-ba97-9ed1f1598ff9 X-Archives-Hash: 607dff286b1b85ec8f77246183456e79 commit: 6cd7a63029ffd09c5da079775be1365edc159eff Author: Sam James gentoo org> AuthorDate: Fri Jan 3 23:51:26 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 23:51:26 2025 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=6cd7a630 ci: add s390-ibm-linux-gnu 31-bit. 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 f0fba99..2ba0f5f 100644 --- a/.github/workflows/crossdev.yml +++ b/.github/workflows/crossdev.yml @@ -70,6 +70,7 @@ jobs: # glibc fails to build: `no support for pre-v8 sparc`. # - target: sparc-unknown-linux-gnu - target: sparc64-unknown-linux-gnu + - target: s390-ibm-linux-gnu - target: s390x-unknown-linux-gnu # musl ebuilds don't support s390x. The target is supported upstream, # we need to fix and test our ebuilds.