mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Install libjansson-dev at build time instead of run time
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user