Hi,
Thats what I use in the gitlab ci and don't see these error anywhere
with slurm 24.11.6, on ubuntu 24.04 and 22.04
apt update && apt upgrade --yes
apt-get install --yes build-essential fakeroot devscripts munge equivs
curl --remote-name
"
https://download.schedmd.com/slurm/slurm-${SLURM_VERSION}".tar.bz2
tar --extract --auto-compress --file="slurm-${SLURM_VERSION}.tar.bz2"
cd "slurm-${SLURM_VERSION}"
apt install --yes libmariadb-dev systemd
mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes
--no-install-recommends --yes' debian/control
debuild -b -uc -us
Best
Paul
apt update && apt upgrade --yes
apt-get install --yes build-essential fakeroot devscripts munge equivs
curl --remote-name
"
https://download.schedmd.com/slurm/slurm-${SLURM_VERSION}".tar.bz2
tar --extract --auto-compress --file="slurm-${SLURM_VERSION}.tar.bz2"
cd "slurm-${SLURM_VERSION}"
apt install --yes libmariadb-dev systemd
mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes
--no-install-recommends --yes' debian/control
debuild -b -uc -us