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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63381158083 for ; Sun, 22 Sep 2024 00:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0834CE29D0; Sun, 22 Sep 2024 00:03:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4D19E29D0 for ; Sun, 22 Sep 2024 00:03:41 +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 A509E343192 for ; Sun, 22 Sep 2024 00:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30F082811 for ; Sun, 22 Sep 2024 00:03:37 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1726963371.dc26ae5865df91f8513da9363347b214ff6080c4.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: .github/workflows/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: .github/workflows/build-policy.yml .github/workflows/validate-policy.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: dc26ae5865df91f8513da9363347b214ff6080c4 X-VCS-Branch: master Date: Sun, 22 Sep 2024 00:03:37 +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: d5c629fc-75cc-4322-82d6-16d05b1f9239 X-Archives-Hash: 76289faead6a3dfd63dac789ad14b8e0 commit: dc26ae5865df91f8513da9363347b214ff6080c4 Author: Jason Zaman gentoo org> AuthorDate: Sat Sep 21 23:31:48 2024 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Sep 22 00:02:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=dc26ae58 github: Only test hardened-refpolicy on distro gentoo Signed-off-by: Jason Zaman gentoo.org> .github/workflows/build-policy.yml | 2 +- .github/workflows/validate-policy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-policy.yml b/.github/workflows/build-policy.yml index b0279f045..f939fbeef 100644 --- a/.github/workflows/build-policy.yml +++ b/.github/workflows/build-policy.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: # matrix updates must also be duplicated to validate-policy.yml and diff-policy.yml - distro: ["redhat", "debian", "gentoo"] + distro: ["gentoo"] type: ["standard", "mcs", "mls"] monolithic: ["y", "n"] systemd: ["y", "n"] diff --git a/.github/workflows/validate-policy.yml b/.github/workflows/validate-policy.yml index 31e0969fa..ef367e3f9 100644 --- a/.github/workflows/validate-policy.yml +++ b/.github/workflows/validate-policy.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - distro: ["redhat", "debian", "gentoo"] + distro: ["gentoo"] type: ["standard", "mcs", "mls"] monolithic: ["y", "n"] systemd: ["y", "n"]