Re: Help adding package to gitlab runners

2021-09-13 Thread Jag Raman
> On Sep 13, 2021, at 1:38 AM, Thomas Huth wrote: > > On 13/09/2021 03.14, Jag Raman wrote: >> Hi, >> I'm wondering about the best way to install a dependency package on >> GitLab runners. >> >> I'm adding libvfio-user [1] as a submodule to QEMU. libvfio-user depends >> on the availability of

Re: Help adding package to gitlab runners

2021-09-12 Thread Thomas Huth
On 13/09/2021 03.14, Jag Raman wrote: Hi, I'm wondering about the best way to install a dependency package on GitLab runners. I'm adding libvfio-user [1] as a submodule to QEMU. libvfio-user depends on the availability of the "json-c" package. As such, we need to install this package to build t