4deab888c9
## Proposed Changes Another `tree-states` motivated PR, this adds `jemalloc` as the default allocator, with an option to use the system allocator by compiling with `FEATURES="" make`. - [x] Metrics - [x] Test on Windows - [x] Test on macOS - [x] Test with `musl` - [x] Metrics dashboard on `lighthouse-metrics` (https://github.com/sigp/lighthouse-metrics/pull/37) Co-authored-by: Michael Sproul <micsproul@gmail.com>
30 lines
736 B
TOML
30 lines
736 B
TOML
status = [
|
|
"cargo-fmt",
|
|
"release-tests-ubuntu",
|
|
"release-tests-windows",
|
|
"debug-tests-ubuntu",
|
|
"state-transition-vectors-ubuntu",
|
|
"ef-tests-ubuntu",
|
|
"dockerfile-ubuntu",
|
|
"eth1-simulator-ubuntu",
|
|
"merge-transition-ubuntu",
|
|
"no-eth1-simulator-ubuntu",
|
|
"check-benchmarks",
|
|
"clippy",
|
|
"arbitrary-check",
|
|
"cargo-audit",
|
|
"cargo-udeps",
|
|
"beacon-chain-tests",
|
|
"op-pool-tests",
|
|
"doppelganger-protection-test",
|
|
"execution-engine-integration-ubuntu",
|
|
"cargo-vendor",
|
|
"check-msrv",
|
|
"slasher-tests",
|
|
"syncing-simulator-ubuntu",
|
|
"compile-with-beta-compiler"
|
|
]
|
|
use_squash_merge = true
|
|
timeout_sec = 10800
|
|
pr_status = ["license/cla", "target-branch-check"]
|