• .gitlab-ci.yml src/sbbs3/GNUmakefile

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Oct 6 08:33:33 2025
    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.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)