Skip to content

Commit

Permalink
Merge pull request #186 from ethpandaops/bbusa/peerdas-branches
Browse files Browse the repository at this point in the history
feat: add peerdas branches
  • Loading branch information
barnabasbusa authored Jun 18, 2024
2 parents 4ef261e + a2eeef6 commit 9516d84
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
44 changes: 42 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@
target:
tag: g11tech-verge
repository: ethpandaops/lodestar
- source:
repository: chainsafe/lodestar
ref: peerDAS
build_script: ./lodestar/build.sh
target:
tag: peerDAS
repository: ethpandaops/lodestar
##############
# nethermind #
##############
Expand Down Expand Up @@ -190,6 +197,21 @@
tag: unstable
repository: ethpandaops/nimbus-validator-client
dockerfile: ./nimbus-eth2/Dockerfile.validator
# Peerdas
- source:
repository: status-im/nimbus-eth2
ref: kzgpeerdas
target:
tag: kzgpeerdas
repository: ethpandaops/nimbus-eth2
dockerfile: ./nimbus-eth2/Dockerfile.beacon
- source:
repository: status-im/nimbus-eth2
ref: wip-peerdas
target:
tag: wip-peerdas
repository: ethpandaops/nimbus-eth2
dockerfile: ./nimbus-eth2/Dockerfile.beacon
# Minimal builds
- source:
repository: status-im/nimbus-eth2
Expand Down Expand Up @@ -321,7 +343,7 @@
ref: peerDAS
build_script: ./prysm/build_beacon.sh
target:
tag: peerdas
tag: peerDAS
repository: ethpandaops/prysm-beacon-chain
dockerfile: ./prysm/Dockerfile.beacon
########
Expand All @@ -334,6 +356,15 @@
target:
tag: master
repository: ethpandaops/teku
# Peerdas
- source:
repository: Nashatyrev/teku
ref: das
build_script: ./teku/build.sh
target:
tag: nashatyrev-das
repository: ethpandaops/teku
# Verkle
- source:
repository: zilm13/teku
ref: verkle-trees
Expand Down Expand Up @@ -460,7 +491,7 @@
tag: master-minimal
repository: ethpandaops/grandine
dockerfile: ./grandine/Dockerfile.minimal
# Electra
# Electra
- source:
repository: grandinetech/grandine
ref: electra
Expand All @@ -477,6 +508,15 @@
tag: electra-minimal
repository: ethpandaops/grandine
dockerfile: ./grandine/Dockerfile.minimal
# PeerDAS
- source:
repository: grandinetech/grandine
ref: das
build_script: ./grandine/build.sh
target:
tag: das
repository: ethpandaops/grandine
dockerfile: ./grandine/Dockerfile

#############
# mev-rs #
Expand Down
4 changes: 2 additions & 2 deletions eleel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM rust:1.75-buster AS builder
FROM rust:1.79-buster AS builder
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake clang libclang-dev protobuf-compiler
COPY . eleel
RUN cd eleel && cargo build --release --bin eleel --target x86_64-unknown-linux-gnu

FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends \
libssl-dev \
ca-certificates \
Expand Down

0 comments on commit 9516d84

Please sign in to comment.