Closed ehallein closed 4 months ago
Looks good to me, thank you @ehallein !
seems to have fixed the gpu building but the normal build failed now?https://github.com/OpenDroneMap/ODM/actions/workflows/publish-docker.yaml Which is odd because those files haven't changed. Are you able to run publish-docker.yaml again @pierotofy to see if it still fails. its using "self-hosted", so not sure if there is some issues there? Also odd that those builds have been taking 14 hours to run?
The failure is unrelated to this PR.
2024-07-06T07:15:24.8132346Z #24 7.579 Installing lsb_release 2024-07-06T07:16:03.9635500Z #24 46.72 E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/pool/main/r/readline/readline-common_8.1-1_all.deb Connection timed out [IP: 185.125.190.40 80]
Just a hiccup with Ubuntu's servers (happens quite a lot actually).
It will probably build fine at the next rebuild. 14 hours is unfortunately how long it takes to build the images (and reason we have to use a self-hosted runner) because we build both amd64 and arm images, and ARM compilation happens via emulation, which is super-slow.
missing libav libraries, install ffmpeg to fix Fixes #1773