mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
TEST-06-SELINUX: Disable RuntimeBuildSources=
Otherwise fixfiles will try to relabel it which could potentially lead to disaster. We also change the recommendation in HACKING.md to set the default so that TEST-06-SELINUX can override it.
This commit is contained in:
parent
5eab7c5097
commit
575f954b5d
@ -52,7 +52,7 @@ image all the time when iterating on a patch, add the following to
|
||||
|
||||
```conf
|
||||
[Host]
|
||||
RuntimeBuildSources=yes
|
||||
@RuntimeBuildSources=yes
|
||||
```
|
||||
|
||||
After enabling this setting, the source and build directories will be mounted to
|
||||
|
@ -8,6 +8,9 @@ integration_tests += [
|
||||
# Use 'auto' to automatically fallback on non-uefi architectures.
|
||||
'firmware' : 'auto',
|
||||
'vm' : true,
|
||||
# Make sure we don't mount anything with virtiofs as otherwise fixfiles will try to relabel
|
||||
# it.
|
||||
'mkosi-args' : integration_test_template['mkosi-args'] + ['--runtime-build-sources=no'],
|
||||
},
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user