Install libjansson-dev at build time instead of run time

This commit is contained in:
2025-02-19 19:16:14 +01:00
parent 7f2a631a1a
commit 52178a99e5
5 changed files with 59 additions and 52 deletions

View File

@ -206,7 +206,7 @@ def get_test_job(*, config, test_config, test_id, version_flavor, jobs):
*install_steps,
{
"name": "Install system dependencies",
"run": "sudo apt-get install atheme-services faketime libjansson-dev",
"run": "sudo apt-get install atheme-services faketime",
},
{
"name": "Install irctest dependencies",