• .gitlab-ci.yml src/sbbs3/

    From Deuc¿@VERT to Git commit to main/sbbs/m on Monday, October 06, 2025 08:33:00
    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
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Thursday, August 06, 2026 18:13:00
    https://gitlab.synchro.net/main/sbbs/-/commit/f85ccf4fa374d3effb811f59
    Modified Files:
    .gitlab-ci.yml src/sbbs3/qtmonitor/vcpkg.json
    Log Message:
    Install Qt deployment tool for Windows artifact

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Thursday, August 06, 2026 20:06:00
    https://gitlab.synchro.net/main/sbbs/-/commit/720d50eec7b4215985729b99
    Modified Files:
    .gitlab-ci.yml src/sbbs3/qtmonitor/CMakePresets.json vcpkg.json
    Log Message:
    Build static Windows qtmonitor artifact

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Thursday, August 06, 2026 22:10:00
    https://gitlab.synchro.net/main/sbbs/-/commit/baa1f6c7c2ab57781e115e11
    Modified Files:
    .gitlab-ci.yml src/sbbs3/qtmonitor/CMakePresets.json
    Log Message:
    Use release-only vcpkg triplets for qtmonitor

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net