Avoid overriding GNUMAKEFLAGS's -j
.github/actions/setup/directories/action.yml sets GNUMAKEFLAGS. Having -j here is rather harmful. Partly reverts f8dad616c2ee2d83b3162da8d86865b0f2a782de.
This commit is contained in:
parent
f64c97418b
commit
c32366ff79
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
@ -179,7 +179,7 @@ jobs:
|
||||
|
||||
- name: make ${{ matrix.test_task }}
|
||||
run: >-
|
||||
make -s -j ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
|
||||
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
|
||||
RUN_OPTS="$RUN_OPTS" MSPECOPT=--debug
|
||||
YJIT_BENCH_OPTS="$YJIT_BENCH_OPTS" YJIT_BINDGEN_DIFF_OPTS="$YJIT_BINDGEN_DIFF_OPTS"
|
||||
timeout-minutes: 90
|
||||
|
Loading…
x
Reference in New Issue
Block a user