mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
don't build tests_blockchain_dag or tests_keystore on i386 (#3190)
This commit is contained in:
parent
f88bdc5d14
commit
4498d96a9a
@ -17,7 +17,6 @@ import # Unit test
|
|||||||
./test_beacon_chain_db,
|
./test_beacon_chain_db,
|
||||||
./test_block_dag,
|
./test_block_dag,
|
||||||
./test_block_processor,
|
./test_block_processor,
|
||||||
./test_blockchain_dag,
|
|
||||||
./test_datatypes,
|
./test_datatypes,
|
||||||
./test_discovery,
|
./test_discovery,
|
||||||
./test_eth1_monitor,
|
./test_eth1_monitor,
|
||||||
@ -28,7 +27,6 @@ import # Unit test
|
|||||||
./test_helpers,
|
./test_helpers,
|
||||||
./test_honest_validator,
|
./test_honest_validator,
|
||||||
./test_interop,
|
./test_interop,
|
||||||
./test_keystore,
|
|
||||||
./test_message_signatures,
|
./test_message_signatures,
|
||||||
./test_peer_pool,
|
./test_peer_pool,
|
||||||
./test_spec,
|
./test_spec,
|
||||||
@ -43,6 +41,12 @@ import # Unit test
|
|||||||
./slashing_protection/test_slashing_protection_db,
|
./slashing_protection/test_slashing_protection_db,
|
||||||
./slashing_protection/test_migration
|
./slashing_protection/test_migration
|
||||||
|
|
||||||
|
when not defined(i386):
|
||||||
|
# Avoids "Out of memory" CI failures
|
||||||
|
import
|
||||||
|
./test_blockchain_dag,
|
||||||
|
./test_keystore
|
||||||
|
|
||||||
import # Refactor state transition unit tests
|
import # Refactor state transition unit tests
|
||||||
# In mainnet these take 2 minutes and are empty TODOs
|
# In mainnet these take 2 minutes and are empty TODOs
|
||||||
./spec_block_processing/test_process_deposits,
|
./spec_block_processing/test_process_deposits,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user