Subj : .gitlab-ci.yml src/sbbs3/GNUmakefile To : Git commit to main/sbbs/master From : Deuc¨ Date : Mon Oct 06 2025 08:33:33 https://gitlab.synchro.net/main/sbbs/-/commit/2a9a8bd191963c63843e1d48 Modified Files: .gitlab-ci.yml src/sbbs3/GNUmakefile Log Message: A new theory for intermittent bus error failures in CI We put the full path into the binary as the first RPATH entry, which means if a library still exists in the directory it was originally built in (ie: hasn't been cleaned up for the next job yet), it will use that version instead of the one we extract. If it happens to be deleted while mapping, the bus error occurs. Add a new option (NO_ABSOLUTE_RPATH) to only use ORIGIN and use it for the imacted targets. --- þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net .