Skip to content

Commit f1312d4

Browse files
committed
wheel-build: Do not build systemd tests
Frees up a lot of processing time building systemd.
1 parent e9f3269 commit f1312d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wheel-build/run_inside_container.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def install_systemd() -> None:
169169
['meson', 'setup',
170170
systemd_build_path, systemd_src_path,
171171
'-Dstatic-libsystemd=pic',
172+
'-Dtests=false',
172173
'--buildtype', 'plain',
173174
'-Db_lto=true', '-Db_pie=true',
174175
],

0 commit comments

Comments
 (0)