From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id DA9933858C74; Tue, 1 Feb 2022 16:12:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA9933858C74 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon TURNEY To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: CI: Make sure pdflatex TeX format exists X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 4b0e66093c0b48d5c363cf17c45ad9bf88ae526c X-Git-Newrev: 544637b21b016138f86130a5cb4de8763e975a58 Message-Id: <20220201161218.DA9933858C74@sourceware.org> Date: Tue, 1 Feb 2022 16:12:18 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2022 16:12:19 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D544637b21b0= 16138f86130a5cb4de8763e975a58 commit 544637b21b016138f86130a5cb4de8763e975a58 Author: Jon Turney Date: Wed Jan 26 16:43:17 2022 +0000 Cygwin: CI: Make sure pdflatex TeX format exists =20 On Fedora, make sure the needed pdflatex TeX format exists after prerequisite installation, to avoid the output of mktexfmt during build. Diff: --- .github/workflows/cygwin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 7e73a360f..2f16c8c5a 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -37,6 +37,7 @@ jobs: # install doc tools - run: dnf install -y dblatex docbook2X docbook-xsl xmlto - run: dnf install -y python3 python3-lxml python3-ply + - run: fmtutil-sys --byfmt pdflatex && texhash =20 # build - run: mkdir build install