Hi!

Il 01/09/24 18:32, Samuel Thibault ha scritto:
...
It would have been convenient to upload it to experimental, to be easily
able to reproduce the issue (building doxygen almost OOM-ed by laptop).
...

Next time you can perhaps use the deb package built within the CI:
https://salsa.debian.org/debian/doxygen/-/jobs/6153017/artifacts/browse/debian/output/

docker pull debian:sid
docker run --rm -it debian:sid
apt update && apt install -y curl ca-certificates
curl --output doxygen_1.12.0+ds-1+salsaci+20240820+86_amd64.deb https://salsa.debian.org/debian/doxygen/-/jobs/6153017/artifacts/raw/debian/output/doxygen_1.12.0+ds-1+salsaci+20240820+86_amd64.deb?inline=false
apt install ./doxygen_1.12.0+ds-1+salsaci+20240820+86_amd64.deb
doxygen --version
# 1.12.0

Paolo

Reply via email to