mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Disable kafka build by default (#4638)
* Disable kafka build by default
This commit is contained in:
parent
144dcc3a69
commit
6d6e8be10a
5
.bazelrc
5
.bazelrc
@ -24,3 +24,8 @@ build --define ssz=mainnet
|
|||||||
build --incompatible_strict_action_env
|
build --incompatible_strict_action_env
|
||||||
test --incompatible_strict_action_env
|
test --incompatible_strict_action_env
|
||||||
run --incompatible_strict_action_env
|
run --incompatible_strict_action_env
|
||||||
|
|
||||||
|
# Disable kafka by default, it takes a long time to build...
|
||||||
|
build --define kafka_enabled=false
|
||||||
|
test --define kafka_enabled=false
|
||||||
|
run --define kafka_enabled=false
|
||||||
|
@ -45,3 +45,8 @@ build --stamp
|
|||||||
test --local_test_jobs=2
|
test --local_test_jobs=2
|
||||||
# Disabled race detection due to unstable test results under constrained environment build kite
|
# Disabled race detection due to unstable test results under constrained environment build kite
|
||||||
# build --features=race
|
# build --features=race
|
||||||
|
|
||||||
|
# Enable kafka for CI and docker images
|
||||||
|
build --define kafka_enabled=true
|
||||||
|
test --define kafka_enabled=true
|
||||||
|
run --define kafka_enabled=true
|
||||||
|
Loading…
Reference in New Issue
Block a user