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 DBEC215812D for ; Fri, 03 Jan 2025 11:15:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D713CE07A9; Fri, 03 Jan 2025 11:15:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C2BDCE07A9 for ; Fri, 03 Jan 2025 11:15:19 +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 F35F7335DC5 for ; Fri, 03 Jan 2025 11:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 550101909 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: <1735902913.a73acbc7b8d9b20ef8bbca232903ae64d28e9fc1.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: a73acbc7b8d9b20ef8bbca232903ae64d28e9fc1 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: 26bd8735-a272-4685-adf4-08df1cafe337 X-Archives-Hash: 904392b80663db068f83295f615f6a3a commit: a73acbc7b8d9b20ef8bbca232903ae64d28e9fc1 Author: Sam James gentoo org> AuthorDate: Thu Jan 2 23:42:16 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 11:15:13 2025 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=a73acbc7 ci: add avr too 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 5ab973a..e4be74f 100644 --- a/.github/workflows/crossdev.yml +++ b/.github/workflows/crossdev.yml @@ -85,6 +85,8 @@ jobs: # Embedded or otherwise special targets - target: arm-none-eabi args: --skip-system + - target: avr + args: --skip-system - target: nvptx-none args: --skip-system stage3: