Restore shellcheck
This commit is contained in:
@ -9,7 +9,7 @@ steps:
|
||||
name: "ignored [public]"
|
||||
- command: "ci/test-cuda.sh"
|
||||
name: "cuda"
|
||||
- command: "ci/shellcheck.sh || true"
|
||||
- command: "ci/shellcheck.sh"
|
||||
name: "shellcheck [public]"
|
||||
- wait
|
||||
- command: "ci/publish.sh"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
export RUST_LOG=solana=info
|
||||
sudo sysctl -w net.core.rmem_max=26214400
|
||||
cat genesis.log | cargo run --bin solana-fullnode -- -l leader.json
|
||||
cargo run --bin solana-fullnode -- -l leader.json < genesis.log
|
||||
|
@ -17,6 +17,5 @@ export RUST_LOG=solana=info
|
||||
|
||||
sudo sysctl -w net.core.rmem_max=26214400
|
||||
|
||||
cat genesis.log | \
|
||||
cargo run --release --features=cuda --bin solana-fullnode -- \
|
||||
-l validator.json -s validator.json -v leader.json -b 9000 -d 2>&1 | tee validator-tee.log
|
||||
-l validator.json -v leader.json -b 9000 -d < genesis.log
|
||||
|
Reference in New Issue
Block a user