mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
7d47be84ed
* WIP on build time configuration changes * add ssz_minimal tests * split up spec tests into mainnet and minimal, skip any minimal test that are failing without --define ssz=minimal * lint * add commentary to ssz_proto_library
14 lines
199 B
Python
14 lines
199 B
Python
config_setting(
|
|
name = "ssz_mainnet",
|
|
define_values = {
|
|
"ssz": "mainnet",
|
|
},
|
|
)
|
|
|
|
config_setting(
|
|
name = "ssz_minimal",
|
|
define_values = {
|
|
"ssz": "minimal",
|
|
},
|
|
)
|