Revert "reduce intermittent Windows GitHub Actions CI build failures (#4495)" (#4502)

This reverts commit 3b60b225b3.
This commit is contained in:
tersec 2023-01-13 13:22:35 +00:00 committed by GitHub
parent 46fc5716a4
commit e09904adab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -121,10 +121,7 @@ jobs:
ncpu=$(sysctl -n hw.ncpu)
;;
'Windows')
# otherwise, intermittent CI build failures
# e.g., cc1.exe: out of memory allocating 215528 bytes
# underflow corrected later
ncpu=$((${NUMBER_OF_PROCESSORS} - 1))
ncpu=${NUMBER_OF_PROCESSORS}
make_cmd="mingw32-make"
;;
esac