Skip to content

Commit

Permalink
cluster: don't build toySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed Apr 7, 2024
1 parent 53f8028 commit 779656f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cluster/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ set -euo pipefail
# Change into the script directory.
cd "$(dirname $0)"

# Build toyDB and toySQL using release optimizations.
# Build toyDB using release optimizations.
cargo build --release --bin toydb
cargo build --release --bin toysql

# Start nodes 1-5 in the background, prefixing their output with the node ID.
echo "Starting 5 nodes on ports 9601-9605. To connect to node 5, run:"
Expand Down

0 comments on commit 779656f

Please sign in to comment.