[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update for better dependency set-up in TL (d27626e30)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Nov 6 13:20:26 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d27626e309003bcc76b164968627fd4659778b35
>---------------------------------------------------------------
commit d27626e309003bcc76b164968627fd4659778b35
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 6 12:20:26 2019 +0000
Update for better dependency set-up in TL
More hopefully to come once they get lists from
work on the VM.
>---------------------------------------------------------------
d27626e309003bcc76b164968627fd4659778b35
support/texlive.sh | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index 778b21222..ba3ccd2b9 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -22,16 +22,12 @@ fi
# Update tlmgr itself
tlmgr update --self
-# Needed for any use of texlua even if not testing LuaTeX
-tlmgr install luatex
-
# The test framework itself
-tlmgr install l3build
+tlmgr install luatex l3build
# Required to build plain and LaTeX formats:
# TeX90 plain for unpacking, pdfLaTeX, LuaLaTeX and XeTeX for tests
-tlmgr install cm etex knuth-lib latex-bin tex tex-ini-files unicode-data \
- xetex
+tlmgr install latex-bin tex xetex
# Additional requirements for (u)pLaTeX, done with no dependencies to
# avoid large font payloads
More information about the latex3-commits
mailing list