]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: tentatively disable SELinux tests
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 8 Dec 2024 00:22:23 +0000 (09:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 8 Dec 2024 03:59:08 +0000 (12:59 +0900)
Currently, mkosi GitHub action complains the following:
===
Could not find 'setfiles' which is required to relabel files.
===
Let's tentatively disable SELinux test.

.github/workflows/mkosi.yml
test/meson.build

index 7d39e501a9bf0e74637c789ad254ffe66349dd2a..b1a41a3cdb36dd2f8be1660e8ef6307b0d9681d8 100644 (file)
@@ -80,14 +80,14 @@ jobs:
             sanitizers: ""
             llvm: 0
             cflags: "-Og"
-            relabel: yes
+            relabel: no
             qemu: 0
           - distro: fedora
             release: rawhide
             sanitizers: address,undefined
             llvm: 1
             cflags: "-Og"
-            relabel: yes
+            relabel: no
             qemu: 0
           - distro: opensuse
             release: tumbleweed
@@ -101,14 +101,14 @@ jobs:
             sanitizers: ""
             llvm: 0
             cflags: "-Og"
-            relabel: yes
+            relabel: no
             qemu: 0
           - distro: centos
             release: "10"
             sanitizers: ""
             llvm: 0
             cflags: "-Og"
-            relabel: yes
+            relabel: no
             qemu: 0
 
     steps:
index 6d3fdef1fc41c08126e1c4dc37d73427c6beea1c..f2693be0d5919057faf36c25aafa23c57555894f 100644 (file)
@@ -320,7 +320,6 @@ foreach dirname : [
         'TEST-03-JOBS',
         'TEST-04-JOURNAL',
         'TEST-05-RLIMITS',
-        'TEST-06-SELINUX',
         'TEST-07-PID1',
         'TEST-08-INITRD',
         'TEST-09-REBOOT',