salsa-ci build-dependency issue
Hi all,
I m having some issues with salsa CI. I have failures on both
'test-build-all' and 'test-build-any', because of missing build
dependencies.
In case of 'test-build-all' it's the missing 'f951' compiler, which is
porvided by the 'gfortran' package. For 'test-build-any' it's missing
'doxygen', which is provided by the 'doxygen' package.
Here are the Build-Depends settings from control:
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: gcc (>= 3.0), gfortran
Build-Depends-Indep: gcc (>= 3.0), sed (>= 4.1), doxygen (>= 1.9.0)
Both 'gfortran' and 'doxygen' are listed as build dependencies. I have
no issues building on my local build machine, (a nearly vanilla Ubuntu
VM) where 'gfortran' and 'doxygen' have been installed.
Any ideas on why the CI fails to install these build dependencies; or
better, on how to fix it?
Thanks,
-- Attila.
Reply to: