From e39037c6996371c0c436ea37734672394145c5a4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 3 Jun 2025 21:41:01 +0200 Subject: [PATCH] GNU CI: also build selinux with --release-build --- .github/workflows/GnuTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index d5c6257e7..108bbc67d 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -194,7 +194,7 @@ jobs: - name: Selinux - Build for selinux tests run: | - lima bash -c "cd ~/work/uutils/ && bash util/build-gnu.sh" + lima bash -c "cd ~/work/uutils/ && bash util/build-gnu.sh --release-build" lima bash -c "mkdir -p ~/work/gnu/tests-selinux/" - name: Selinux - Run selinux tests