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 9B4A6158042 for ; Fri, 15 Nov 2024 04:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A393E0973; Fri, 15 Nov 2024 04:25:14 +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 60104E0973 for ; Fri, 15 Nov 2024 04:25:14 +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 5D12A335D0F for ; Fri, 15 Nov 2024 04:25:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B589218C4 for ; Fri, 15 Nov 2024 04:25:11 +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: <1731644701.3b4f057827907c1ad75c374d48d5d6905d3417f5.sam@gentoo> Subject: [gentoo-commits] proj/elt-patches:master commit in: .github/workflows/ X-VCS-Repository: proj/elt-patches X-VCS-Files: .github/workflows/build.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b4f057827907c1ad75c374d48d5d6905d3417f5 X-VCS-Branch: master Date: Fri, 15 Nov 2024 04:25:11 +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: 666ba1e0-190c-4e64-b62b-e25ee7688bc1 X-Archives-Hash: a869992f9c59f3119b55db23dbc2d112 commit: 3b4f057827907c1ad75c374d48d5d6905d3417f5 Author: Sam James gentoo org> AuthorDate: Fri Nov 15 04:25:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 15 04:25:01 2024 +0000 URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=3b4f0578 ci: use gentoo container Needed for gentoo-functions. Signed-off-by: Sam James gentoo.org> .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40c366d..fc59771 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,8 @@ on: [pull_request, push] jobs: make: - runs-on: [ubuntu-latest] + runs-on: ubuntu-latest + container: gentoo/stage3 steps: - name: Install dependencies run: |