Add explicit validator-cuda crate (#5985)
This commit is contained in:
4
run.sh
4
run.sh
@@ -3,11 +3,11 @@
|
||||
# Run a minimal Solana cluster. Ctrl-C to exit.
|
||||
#
|
||||
# Before running this script ensure standard Solana programs are available
|
||||
# in the PATH, or that `cargo build --all` ran successfully
|
||||
# in the PATH, or that `cargo build` ran successfully
|
||||
#
|
||||
set -e
|
||||
|
||||
# Prefer possible `cargo build --all` binaries over PATH binaries
|
||||
# Prefer possible `cargo build` binaries over PATH binaries
|
||||
cd "$(dirname "$0")/"
|
||||
PATH=$PWD/target/debug:$PATH
|
||||
|
||||
|
Reference in New Issue
Block a user