Skip to content

Commit

Permalink
debug: increase jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
  • Loading branch information
Svelar committed Apr 26, 2024
1 parent 4a987d7 commit 234e562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion run-make-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ function run() {
$DRY_RUN sudo /sbin/sysctl -q -w fs.aio-max-nr="${aiomax}"
fi

CHECK_MAKEOPTS=${CHECK_MAKEOPTS:-$DEFAULT_MAKEOPTS}
CHECK_MAKEOPTS=72
//CHECK_MAKEOPTS=${CHECK_MAKEOPTS:-$DEFAULT_MAKEOPTS}
CTEST_RESOURCE_FILE=$(gen_ctest_resource_file)
CHECK_MAKEOPTS+=" --resource-spec-file ${CTEST_RESOURCE_FILE}"
if in_jenkins; then
Expand Down
3 changes: 2 additions & 1 deletion src/script/run-make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ function build() {
bdir="$BUILD_DIR"
fi
$DRY_RUN cd "${bdir}"
BUILD_MAKEOPTS=${BUILD_MAKEOPTS:-$DEFAULT_MAKEOPTS}
BUILD_MAKEOPTS=72
//BUILD_MAKEOPTS=${BUILD_MAKEOPTS:-$DEFAULT_MAKEOPTS}
test "$BUILD_MAKEOPTS" && echo "make will run with option(s) $BUILD_MAKEOPTS"
# older cmake does not support --parallel or -j, so pass it to underlying generator
ci_debug "Running cmake"
Expand Down

0 comments on commit 234e562

Please sign in to comment.