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 6672715812D for ; Sat, 04 Jan 2025 15:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B27F3E076B; 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 9B545E076B 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 D970C335D7B 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 714C11048 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: <1735948258.63c1fe9ea8b8fca2d99eb2617c8654b4c295d3bb.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: 63c1fe9ea8b8fca2d99eb2617c8654b4c295d3bb 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: 089840e4-3c46-4b52-8f86-4c75015a343a X-Archives-Hash: 262276e31498d4a969e39cb7b2150978 commit: 63c1fe9ea8b8fca2d99eb2617c8654b4c295d3bb Author: Sam James gentoo org> AuthorDate: Fri Jan 3 23:50:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 23:50:58 2025 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=63c1fe9e ci: add bpf-unknown-none Signed-off-by: Sam James gentoo.org> .github/workflows/crossdev.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml index 3a4d996..f0fba99 100644 --- a/.github/workflows/crossdev.yml +++ b/.github/workflows/crossdev.yml @@ -93,6 +93,8 @@ jobs: args: --skip-system - target: nvptx-none args: --skip-system + - target: bpf-unknown-none + args: --skip-system stage3: - latest # `openrc` (glibc+GCC) is tagged as `latest` - musl