Skip to content

Commit

Permalink
fix(scripts): build all celestia runners
Browse files Browse the repository at this point in the history
In the suzuka-full-node script.
Some overlays require the local runner.
  • Loading branch information
mzabaluev committed Oct 23, 2024
1 parent 57cea58 commit b8e831b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/services/suzuka-full-node/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ cargo build $CARGO_PROFILE_FLAGS -p m1-da-light-node --features "sequencer"
echo "Built m1-da-light-node!"

echo "Building m1-da-light-node-celestia-* runners..."
cargo build $CARGO_PROFILE_FLAGS -p m1-da-light-node-runners \
--bin m1-da-light-node-celestia-appd \
--bin m1-da-light-node-celestia-bridge
cargo build $CARGO_PROFILE_FLAGS -p m1-da-light-node-runners
echo "Built m1-da-light-node-celestia-* runners!"

echo "Building suzuka-full-node..."
Expand Down

0 comments on commit b8e831b

Please sign in to comment.