Skip to content

Commit

Permalink
Continue debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jul 1, 2024
1 parent c1b4b6f commit 56f0408
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 56f0408

Please sign in to comment.