mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-15 06:32:51 +02:00
travis: Print memory and number of cpus
This commit is contained in:
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
|
free -m -h
|
||||||
|
echo "Number of CPUs (nproc): $(nproc)"
|
||||||
|
|
||||||
travis_retry docker pull "$DOCKER_NAME_TAG"
|
travis_retry docker pull "$DOCKER_NAME_TAG"
|
||||||
|
|
||||||
export DIR_FUZZ_IN=${TRAVIS_BUILD_DIR}/qa-assets
|
export DIR_FUZZ_IN=${TRAVIS_BUILD_DIR}/qa-assets
|
||||||
|
Reference in New Issue
Block a user