mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
free more space of windows ci
This commit is contained in:
parent
fb3b341aea
commit
48930970ce
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -238,6 +238,9 @@ jobs:
|
||||
DEFAULT_MAKE_FLAGS="-j${ncpu} ENABLE_EVMC=${ENABLE_EVMC} ENABLE_VMLOWMEM=${ENABLE_VMLOWMEM}"
|
||||
mingw32-make ${DEFAULT_MAKE_FLAGS}
|
||||
build/nimbus.exe --help
|
||||
# give us more space
|
||||
find . -type d -name ".git" -exec rm -rf {} +
|
||||
find . -type d -name "nimcache" -exec rm -rf {} +
|
||||
mingw32-make ${DEFAULT_MAKE_FLAGS} test
|
||||
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
|
||||
mingw32-make ${DEFAULT_MAKE_FLAGS}
|
||||
|
1
.github/workflows/fluffy.yml
vendored
1
.github/workflows/fluffy.yml
vendored
@ -249,6 +249,7 @@ jobs:
|
||||
DEFAULT_MAKE_FLAGS="-j${ncpu}"
|
||||
mingw32-make ${DEFAULT_MAKE_FLAGS} fluffy
|
||||
build/fluffy.exe --help
|
||||
find . -type d -name ".git" -exec rm -rf {} +
|
||||
rm -rf nimcache
|
||||
mingw32-make ${DEFAULT_MAKE_FLAGS} fluffy-tools
|
||||
rm -rf nimcache
|
||||
|
Loading…
x
Reference in New Issue
Block a user