Skip to content

Commit f392f60

Browse files
committed
Use 4 CPUs for make
1 parent d84a75f commit f392f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_gap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tools/subcyg "${ENV_BUILD_DIR}" "cd ${GAP_ROOT} && ./configure"
7575
echo "::endgroup::"
7676

7777
echo "::group::make"
78-
tools/subcyg "${ENV_BUILD_DIR}" "cd ${GAP_ROOT} && make -j2"
78+
tools/subcyg "${ENV_BUILD_DIR}" "cd ${GAP_ROOT} && make -j4"
7979
echo "::endgroup::"
8080

8181
# get GAP packages (if not already present)

0 commit comments

Comments
 (0)