diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-04 19:41:25 +0200 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-04 21:04:54 +0200 |
commit | b493b517601219840331d32f405960a81a0c0df3 (patch) | |
tree | d0744e37246179b900a277e9f864ea416f140d7a /.fmsbw/10-freebsd14-msys-sciteco | |
parent | a06f071ffce291a694e6936ab1a424c5ffa8bf55 (diff) | |
download | sciteco-b493b517601219840331d32f405960a81a0c0df3.tar.gz |
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.
Diffstat (limited to '.fmsbw/10-freebsd14-msys-sciteco')
-rwxr-xr-x | .fmsbw/10-freebsd14-msys-sciteco | 3 |
1 files changed, 3 insertions, 0 deletions
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 |