mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Feature gate arbitrary crate in the consensus types crate (#7743)
Which issue # does this PR address? Puts the `arbitrary` crate behind a feature flag in the `types` crate.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.84.0-bullseye AS builder
|
||||
FROM rust:1.88.0-bullseye AS builder
|
||||
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
|
||||
COPY . lighthouse
|
||||
ARG FEATURES
|
||||
|
||||
Reference in New Issue
Block a user