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 9167C158020 for ; Wed, 2 Nov 2022 14:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF2BFE0991; Wed, 2 Nov 2022 14:42:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A9D15E0991 for ; Wed, 2 Nov 2022 14:42:54 +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 D9A2E340F7D for ; Wed, 2 Nov 2022 14:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BFAC617 for ; Wed, 2 Nov 2022 14:42:51 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1667398011.12e3bfcac8a050cb19ce45b6d0a2bbea839ceec4.concord@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: .github/workflows/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: .github/workflows/tests.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 12e3bfcac8a050cb19ce45b6d0a2bbea839ceec4 X-VCS-Branch: master Date: Wed, 2 Nov 2022 14:42:51 +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: 8a6df399-41f9-4648-8a3b-97975ed41582 X-Archives-Hash: 128364b3e6b856d9075d7a3fe7406b99 commit: 12e3bfcac8a050cb19ce45b6d0a2bbea839ceec4 Author: Chris PeBenito ieee org> AuthorDate: Tue Sep 20 13:31:23 2022 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Wed Nov 2 14:06:51 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=12e3bfca Revise userspace and SELint versions in CI Revert checkpolicy to 3.1 and set SELint to 1.3.0. Signed-off-by: Kenton Groombridge gentoo.org> .github/workflows/tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d7606088c..0055e3997 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,9 +3,8 @@ name: Build tests on: [push, pull_request] env: - # 3.4 fails to validate, fixed with 88a703399f3f - # ("libsepol: fix validation of user declarations in modules") - SELINUX_USERSPACE_VERSION: checkpolicy-3.3 + # Minimum userspace version to build refpolicy. + SELINUX_USERSPACE_VERSION: checkpolicy-3.1 jobs: lint: @@ -30,7 +29,7 @@ jobs: with: repository: SELinuxProject/selint # support exclusions in interface arguments - ref: '41a575e82dea5cd7f60b4fa7aeb84405dba3baba' # "Parse interface taking list of exemptions" + ref: 'v1.3.0' # "Parse interface taking list of exemptions" path: selint - name: Build SELint