texlive[70280] Build/source/.github/scripts/build-tl.sh: [GHA] make

commits+preining at tug.org commits+preining at tug.org
Fri Mar 1 05:23:29 CET 2024


Revision: 70280
          https://tug.org/svn/texlive?view=revision&revision=70280
Author:   preining
Date:     2024-03-01 05:23:28 +0100 (Fri, 01 Mar 2024)
Log Message:
-----------
[GHA] make sure we don't update pyuiclasses

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-03-01 04:01:16 UTC (rev 70279)
+++ trunk/Build/source/.github/scripts/build-tl.sh	2024-03-01 04:23:28 UTC (rev 70280)
@@ -129,6 +129,8 @@
      export DEBIAN_FRONTEND=noninteractive
      apt-get install -y --no-install-recommends build-essential pkg-config libeigen3-dev libcurl4-openssl-dev libreadline-dev libboost-filesystem-dev libtirpc-dev flex libglu1-mesa-dev freeglut3-dev libosmesa6-dev libreadline6-dev zlib1g-dev bison libglm-dev libncurses-dev
      cd utils/asymptote
+     # we don't have pyuic5 installed, do not try to update these files
+     touch GUI/pyUIClass/*
      ./configure --prefix=/tmp/asyinst --enable-static --enable-texlive-build CXXFLAGS=-std=c++11 --disable-gsl --disable-fftw --disable-lsp
      sed -i -e 's/^LIBS = /LIBS = -static-libgcc -static-libstdc++ /' Makefile
      make -j2



More information about the tex-live-commits mailing list.