Enable jobserver mode in submake [ci skip]
Filter out `-j` option not to reset jobserver mode which is enabled by the environment variable.
This commit is contained in:
parent
a28c5151f5
commit
9126dd4b0e
3
.github/actions/setup/directories/action.yml
vendored
3
.github/actions/setup/directories/action.yml
vendored
@ -94,7 +94,8 @@ runs:
|
||||
run: |
|
||||
touch config.status
|
||||
touch .rbconfig.time
|
||||
sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
|
||||
sed -f tool/prereq.status template/Makefile.in > Makefile
|
||||
sed -f tool/prereq.status template/GNUmakefile.in > GNUmakefile
|
||||
make up
|
||||
|
||||
# Cleanup, runs even on failure
|
||||
|
Loading…
x
Reference in New Issue
Block a user