From b493b517601219840331d32f405960a81a0c0df3 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 4 Oct 2025 19:41:25 +0200 Subject: added 20-freebsd14-osx-sciteco: this builds OS X nightly binaries via osxcross * In contrast to the old Github workflow, we can no longer create pkgs, but instead create tar balls. You don't necessarily have to unpack it into the root, though, since the binaries are relocatable. * We cannot execute the resulting binaries, so the testsuite is no longer run under OS X. It could be executed with Darling, but only under Linux. * Resulting binaries are currently apparently fully statically linked. --- .fmsbw/10-freebsd14-msys-sciteco | 3 +++ 1 file changed, 3 insertions(+) (limited to '.fmsbw/10-freebsd14-msys-sciteco') diff --git a/.fmsbw/10-freebsd14-msys-sciteco b/.fmsbw/10-freebsd14-msys-sciteco index 7c403ab..0bf4a94 100755 --- a/.fmsbw/10-freebsd14-msys-sciteco +++ b/.fmsbw/10-freebsd14-msys-sciteco @@ -11,6 +11,7 @@ export ASSUME_ALWAYS_YES=yes # glib gtk3 groff lowdown valgrind # #pkg install llvm21 gnugrep gmake coreutils gsed gawk git wget gnupg bash groff zip autoconf automake libtool python3 +#pkg remove FreeBSD-clang #git clone https://github.com/HolyBlackCat/quasi-msys2.git /opt/quasi-msys2 #cd /opt/quasi-msys2 #ln -s /usr/local/bin/gpgv2 /usr/local/bin/gpgv @@ -50,6 +51,8 @@ gmake distcheck gmake install +# TODO: Also automatically rebuild the cheat sheet. + # Build and deploy website cd ../www sciteco -m build.tes ../build-freebsd -- cgit v1.2.3