File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,12 +35,18 @@ jobs:
3535 container : khronosgroup/docker-images@sha256:724f67d8562445523644abf017d5d192b369fafc122de75e9d26792c649821a0
3636
3737 steps :
38+ # The repo is extracted under /__w/Vulkan-Docs/Vulkan-Docs, apparently
39+ # with different ownership than the checks performed below.
40+ # This causes 'fatal: detected dubious ownership in repostory' and
41+ # failure to run the checks, although it is not actually propagated
42+ # back to the Makefile as errors.
3843 - uses : actions/checkout@v4
3944 - name : Internal self-test of the check_spec_links script
4045 run : pytest test*.py
4146 working-directory : scripts
4247 - name : Generate a summary of problems for CI logs (if any)
4348 run : |
49+ git config --global --add safe.directory '*'
4450 mkdir -p gen/out/checks
4551 python3 scripts/check_spec_links.py --html=gen/out/checks/problems.html > /dev/null || true
4652 make CHECK_XREFS= allchecks
You can’t perform that action at this time.
0 commit comments