From 5ea7c125112fbfa88b699f4d4f6fa9f8b414bec1 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Mon, 8 Jul 2024 18:36:05 -0700 Subject: [PATCH] Simplify and unparallelize CI to test the 'fatal: erf HEAD is not a symbolic ref' messages seen in parent branch --- .github/workflows/presubmit.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 32a1bc21..02f275ff 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -47,14 +47,6 @@ jobs: run: | make -C xml validate - - name: Generate core specs (HTML and PDF) + - name: Generate core specs (HTML only, for testing) run: | - python3 makeSpec -clean -spec core OUTDIR=out.core -j 5 -O api c env ext cxx4opencl - - - name: Generate core + extension specs (HTML) - run: | - python3 makeSpec -clean -spec khr OUTDIR=out.khr -j -O html - - - name: Generate reference pages - run: | - python3 makeSpec -spec khr OUTDIR=out.refpages -j -O manhtmlpages + python3 makeSpec -clean -spec core QUIET= OUTDIR=out.core -O html