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:
Nobuyoshi Nakada 2023-08-29 17:27:40 +09:00
parent a28c5151f5
commit 9126dd4b0e
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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