Skip to content

Commit

Permalink
Merge branch 'master' into barnabasbusa-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Nov 30, 2023
2 parents 8336af1 + bba09fe commit b4319f1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 101 deletions.
87 changes: 0 additions & 87 deletions .github/workflows/build-push-dora.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Run the *Build **tooling*** workflow;
- [Build tx-fuzz](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-tx-fuzz.yaml) [[source](https://github.com/MariusVanDerWijden/tx-fuzz)]
- [Build consesnus-monitor](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-consensus-monitor.yml) [[source](https://github.com/ralexstokes/ethereum_consensus_monitor)]
- [Build execution-monitor](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-execution-monitor.yml) [[source](https://github.com/ethereum/nodemonitor)]
- [Build dora](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-dora.yml) [[source](https://github.com/pk910/dora)]
- [Build beacon-metrics-gazer](https://github.com/ethpandaops/eth-client-docker-image-builder/blob/master/.github/workflows/build-push-beacon-metrics-gazer.yml) [[source](https://github.com/dapplion/beacon-metrics-gazer)]
- [Build goomy-blob](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-goomy-blob.yaml) [[source](https://github.com/ethpandaops/goomy-blob)]
- [Build ethereum-genesis-generator](https://github.com/ethpandaops/eth-client-docker-image-builder/actions/workflows/build-push-genesis-generator.yml) [[source](https://github.com/ethpandaops/ethereum-genesis-generator)]
Expand Down
9 changes: 0 additions & 9 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,6 @@
target:
tag: master
repository: ethpandaops/tx-fuzz
##########
# dora #
##########
- source:
repository: pk910/dora
ref: master
target:
tag: master
repository: ethpandaops/dora
##############
# goomy-blob #
##############
Expand Down
2 changes: 1 addition & 1 deletion nimbus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ADD . /root/nimbus-eth2
# We need to run `make update` again because some absolute paths changed.
RUN cd /root/nimbus-eth2 \
&& make -j$(nproc) update \
&& make -j$(nproc) NIMFLAGS="-d:const_preset=mainnet -d:disableMarchNative" LOG_LEVEL=TRACE nimbus_beacon_node
&& make -j$(nproc) V=1 NIMFLAGS="-d:const_preset=mainnet -d:disableMarchNative" LOG_LEVEL=TRACE nimbus_beacon_node

# alternatively:
# && make -j$(nproc) LOG_LEVEL=TRACE NIMFLAGS="-d:insecure -d:ETH2_SPEC=v0.12.1 -d:BLS_ETH2_SPEC=v0.12.x -d:const_preset=/root/config.yaml" nimbus_validator_client
Expand Down
3 changes: 0 additions & 3 deletions platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ consensus-monitor:
execution-monitor:
- linux/amd64
- linux/arm64
dora:
- linux/amd64
- linux/arm64
beacon-metrics-gazer:
- linux/amd64
- linux/arm64
Expand Down

0 comments on commit b4319f1

Please sign in to comment.