mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 21:04:28 +00:00
Only build in debug for beta and nightly
This commit is contained in:
@@ -24,6 +24,15 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
exclude:
|
||||||
|
- rust: beta
|
||||||
|
env: BUILD=--release --all
|
||||||
|
- rust: beta
|
||||||
|
env: BUILD= --manifest-path eth2/state_processing/Cargo.toml --release --features fake_crypto
|
||||||
|
- rust: nightly
|
||||||
|
env: BUILD=--release --all
|
||||||
|
- rust: nightly
|
||||||
|
env: BUILD= --manifest-path eth2/state_processing/Cargo.toml --release --features fake_crypto
|
||||||
install:
|
install:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
|
|||||||
Reference in New Issue
Block a user