Skip to content

Commit 663051e

Browse files
authored
GnuTests.yml: Stop manpage generation to reduce size of log
1 parent 6d68df1 commit 663051e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/GnuTests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
- name: Build binaries
103103
shell: bash
104104
run: |
105+
sudo ln -sf /usr/bin/true /usr/bin/help2man ## Stop manpage generation for GNU
105106
## Build binaries
106107
cd 'uutils'
107108
env PROFILE=release-small bash util/build-gnu.sh
@@ -256,6 +257,7 @@ jobs:
256257
### Build
257258
- name: Build binaries
258259
run: |
260+
sudo ln -sf /usr/bin/true /usr/bin/help2man ## Stop manpage generation for GNU
259261
lima bash -c "cd ~/work/uutils/ && SELINUX_ENABLED=1 PROFILE=release-small bash util/build-gnu.sh"
260262
261263
### Run tests as user

0 commit comments

Comments
 (0)