From 56f04089d544eb0705589448a4c85ff271ca87e6 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Mon, 1 Jul 2024 00:52:57 -0700 Subject: [PATCH] Continue debugging CI --- .github/workflows/presubmit.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 011b6ef67..848a4842f 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -29,9 +29,9 @@ jobs: build: name: Build all specs runs-on: ubuntu-latest - # We now refer to the container by its SHA instead of the name, to prevent - # caching problems when updating the image. - # container: khronosgroup/docker-images:asciidoctor-spec + # Refer to the khronosgroup/docker-images:asciidoctor-spec container by + # its SHA instead of the name, to prevent caching problems when updating + # the image. container: khronosgroup/docker-images@sha256:bd30a83285a2ea062598f053b5bd8ebc843e16c639c0e4cd88ab4bbb4e63ead3 steps: @@ -40,6 +40,11 @@ jobs: fetch-depth: 0 submodules: recursive + - name: Understand CI file / repo structure + run: | + /bin/pwd + ls -a . .. + - name: Generate core specs (HTML and PDF) run: | python3 makeSpec -clean -spec core OUTDIR=out.core -j 5 api c env ext cxx4opencl