Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

优化 cygwin 构建环境 #893

Merged
merged 7 commits into from
Dec 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update cygwin-build.sh
jingjingxyk committed Dec 26, 2024
commit 2f69353511169b9661fbc72e21500ba2f62a87c4
4 changes: 2 additions & 2 deletions sapi/scripts/cygwin/cygwin-build.sh
Original file line number Diff line number Diff line change
@@ -20,8 +20,8 @@ if [ -n "${GITHUB_ACTION}" ]; then
if test $LOGICAL_PROCESSORS -ge 4; then
LOGICAL_PROCESSORS=$((LOGICAL_PROCESSORS - 2))
fi
# make
make -j $LOGICAL_PROCESSORS
make
# make -j $LOGICAL_PROCESSORS
else
make -j $LOGICAL_PROCESSORS
fi