mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Meta: Remove "Check manpages for completeness" CI step
This is taking over 4 minutes to run on CI, and checks only a dozen manpages, which is of limited benefit. Leaving the manpage-generation code in place for now.
This commit is contained in:
parent
46b86ffcfc
commit
43b4e84d9c
1 changed files with 0 additions and 14 deletions
14
.github/workflows/cmake.yml
vendored
14
.github/workflows/cmake.yml
vendored
|
@ -265,17 +265,3 @@ jobs:
|
||||||
if: ${{ !cancelled() && matrix.debug-options == 'NORMAL_DEBUG'}}
|
if: ${{ !cancelled() && matrix.debug-options == 'NORMAL_DEBUG'}}
|
||||||
working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }}
|
working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }}
|
||||||
run: '[ ! -e debug.log ] || cat debug.log'
|
run: '[ ! -e debug.log ] || cat debug.log'
|
||||||
|
|
||||||
- name: Check manpages for completeness
|
|
||||||
if: ${{ matrix.debug-options == 'NORMAL_DEBUG' && matrix.arch == 'x86_64'}}
|
|
||||||
working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }}
|
|
||||||
env:
|
|
||||||
# The script already sets the correct SERENITY_RUN and SERENITY_KERNEL_CMDLINE envvars.
|
|
||||||
SERENITY_ARCH: ${{ matrix.arch }}
|
|
||||||
SERENITY_QEMU_CPU: "max,vmx=off"
|
|
||||||
run: |
|
|
||||||
# Running the tests apparently leaves the image sufficiently broken
|
|
||||||
rm _disk_image
|
|
||||||
ninja qemu-image
|
|
||||||
/usr/bin/time ../../Meta/export-argsparser-manpages.sh --verify-git-state
|
|
||||||
timeout-minutes: 10
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue