Skip to content

Commit

Permalink
wheel-build: Do not build systemd tests
Browse files Browse the repository at this point in the history
Frees up a lot of processing time building systemd.
  • Loading branch information
igo95862 committed Jan 22, 2023
1 parent e9f3269 commit f1312d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wheel-build/run_inside_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def install_systemd() -> None:
['meson', 'setup',
systemd_build_path, systemd_src_path,
'-Dstatic-libsystemd=pic',
'-Dtests=false',
'--buildtype', 'plain',
'-Db_lto=true', '-Db_pie=true',
],
Expand Down

0 comments on commit f1312d4

Please sign in to comment.