texlive[69556] Build/source/.github/scripts/build-tl.sh: [gh actions]
commits+preining at tug.org
commits+preining at tug.org
Tue Jan 23 05:27:26 CET 2024
Revision: 69556
https://tug.org/svn/texlive?view=revision&revision=69556
Author: preining
Date: 2024-01-23 05:27:26 +0100 (Tue, 23 Jan 2024)
Log Message:
-----------
[gh actions] add perl to build deps on *BSD
Modified Paths:
--------------
trunk/Build/source/.github/scripts/build-tl.sh
Modified: trunk/Build/source/.github/scripts/build-tl.sh
===================================================================
--- trunk/Build/source/.github/scripts/build-tl.sh 2024-01-23 04:18:33 UTC (rev 69555)
+++ trunk/Build/source/.github/scripts/build-tl.sh 2024-01-23 04:27:26 UTC (rev 69556)
@@ -43,10 +43,10 @@
apk add --no-progress bash gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev
;;
freebsd)
- env ASSUME_ALWAYS_YES=YES pkg install -y gmake gcc pkgconf libX11 libXt libXaw fontconfig
+ env ASSUME_ALWAYS_YES=YES pkg install -y gmake gcc pkgconf libX11 libXt libXaw fontconfig perl
;;
netbsd)
- pkg_add gmake gcc pkgconf libX11 libXt libXaw fontconfig
+ pkg_add gmake gcc pkgconf libX11 libXt libXaw fontconfig perl
;;
solaris)
echo "Solaris support is WIP, please help!" >&2
More information about the tex-live-commits
mailing list.