mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 11:18:25 +00:00
This reverts commit 3b60b225b3c82330efe002cdb8b5fb4cfd973906.
This commit is contained in:
parent
46fc5716a4
commit
e09904adab
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user