1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-23 02:04:32 +03:00

test: tentatively disable SELinux tests

Currently, mkosi GitHub action complains the following:
===
Could not find 'setfiles' which is required to relabel files.
===
Let's tentatively disable SELinux test.
This commit is contained in:
Yu Watanabe 2024-12-08 09:22:23 +09:00
parent 912ef24b66
commit 261a3d191e
2 changed files with 4 additions and 5 deletions

View 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:

View 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',