• .gitlab-ci-unix.yml

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 05:51:59 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b57b136e7778923edf0f03c4
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Fix the rules reference on newly disabled rules
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 19:06:54 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/55b5a3b27c1d67271761f00f
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Try to fix intermitted test failures

    The theory here is that "something" is modifying the files while
    ld.so is linking them resulting in the crash (this seems to match
    with the FreeBSD cores I've looked at).

    To try to prevent this, have tar never overwrite files that are
    being extracted.

    While I'm here, remove the sync calls that didn't fix the issue.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 19:15:18 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/0f392458793fcab7ce93aba1
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Don't archive files from git in 3rdp

    This was archiving 3rdp/*.release which includes binaries included
    in git. Change the wildcard to *.*.*.release which should only
    include stuff we've built/installed since the binaries use *.release
    or *.*.release (so far).
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 19:21:30 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/a0c5550ff06d1f92e9138cd1
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    sbbs-build already has scfg, uedit, and umonitor

    We don't need to re-extract them.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 19:26:13 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/47de2e8d0d644cca0cc8f6db
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Same with utils.

    Also, we don't actually depend on them anymore either.
    The artifacts should be checked after this is done...
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 19:32:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/99fe99b8b0daf9c8b6b57a5b
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    It looks like ctrl and exec are sometimes left over

    Blow them away before extracting.
    It's also possible that we can just use them, but this keeps the
    current behaviour (using them from the archive).
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 19:37:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/13e1bc90595d92174f898d9f
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Ok, yeah, there's some git magic happening here... avoid it

    Create a ci-test dir and extract there then delete after.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 19:39:42 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/597e134ee1ae23b101a557d7
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    And now that we're in a subdir, fix relative path to suppressions
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 19:44:45 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/08cc6f4ba70eae0b91adc2a4
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Well, looks like at the end of it all, that wasn't the issue.

    Also, OpenBSD tar doesn't support -k, so remove that.

    Leave the -v in there because more logs is better logs.

    Also, no need to revert the other changes since avoiding doing
    the same thing more than once is a generally good idea.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 9 08:36:34 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/6865a42f7962cf88154c1361
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add SyncView build… it's useful now.

    While we're here, add a couple sections, and sort alphabetically.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 9 08:42:32 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/cefaf1d24581c94b29433599
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    SyncView needs encode and hash too
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 9 08:46:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/9974dbe2dda64561a1accc68
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    XPDev needs cryptlib now...

    Need to deal with transitives too, so we'll see how this goes.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 9 09:09:21 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/857a810bb1e6aa55bfedc3c1
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Fix up all the extra cryptlib builds
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Oct 10 08:09:10 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/c7c22afc1d5884e4cdd75e00
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add an OpenDoors target

    Whee?
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Oct 10 10:31:35 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/6f1cc5840d1122a714b0fc6a
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Whoops, right, I moved the sources.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Oct 10 12:58:51 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/2ba425c245ec1c760c302340
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Don't build OpenDoors when build_doors="no"

    We don't need to slow down the Raspberry Pi and old MacOS any for
    these.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 12 06:01:57 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/811b83fbc41b705f955389d3
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    And remove ciolib stuff here too.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 12 06:04:06 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/7c25fe9b062bc164c9529780
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    The gac_bj pipe does need cryptlib though

    It uses the full XPDev library, not just specific files.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Oct 13 07:55:22 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/56567c212a55861953920827
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Since we build gamesdk now as part of gac_bj, we may as well add a pipe
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Oct 13 07:59:21 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/6c65cd5ef08b254cb305457f
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Right, we're not using artifacts here.

    Maybe we should be using artifacts here?
    No, artifacts have to round-trip through the server, these stay local.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Oct 13 08:07:13 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/0e3a4373035aedd3d1d95261
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Derp, change to the correct root for archive
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Oct 13 08:11:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/a2c6648dc26b67470d260e10
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    We need to object files too to avoid rebuilds
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Oct 13 11:09:28 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/d4971198f84714db8b95f2a4
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Include the binaries in the GAC door artifacts.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Oct 13 14:34:48 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/dfc0e95c1b82601544e04555
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add GAC WaHoo to build...

    Guess I missed a file in the last commit. :(
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)