Skip to content

Commit

Permalink
Revert "test: tentatively disable SELinux tests"
Browse files Browse the repository at this point in the history
This reverts commit 261a3d1.
  • Loading branch information
yuwata authored and DaanDeMeyer committed Dec 9, 2024
1 parent 86b236f commit dbf83c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mkosi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ jobs:
sanitizers: ""
llvm: 0
cflags: "-Og"
relabel: no
relabel: yes
qemu: 0
- distro: fedora
release: rawhide
sanitizers: address,undefined
llvm: 1
cflags: "-Og"
relabel: no
relabel: yes
qemu: 0
- distro: opensuse
release: tumbleweed
Expand All @@ -101,14 +101,14 @@ jobs:
sanitizers: ""
llvm: 0
cflags: "-Og"
relabel: no
relabel: yes
qemu: 0
- distro: centos
release: "10"
sanitizers: ""
llvm: 0
cflags: "-Og"
relabel: no
relabel: yes
qemu: 0

steps:
Expand Down
1 change: 1 addition & 0 deletions test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ foreach dirname : [
'TEST-03-JOBS',
'TEST-04-JOURNAL',
'TEST-05-RLIMITS',
'TEST-06-SELINUX',
'TEST-07-PID1',
'TEST-08-INITRD',
'TEST-09-REBOOT',
Expand Down

0 comments on commit dbf83c6

Please sign in to comment.