Restore shellcheck

This commit is contained in:
Greg Fitzgerald 2018-06-01 13:13:20 -06:00
parent 05d1618659
commit 3aa2907bd6
3 changed files with 4 additions and 5 deletions

View File

@ -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"

View File

@ -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

View File

@ -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
cargo run --release --features=cuda --bin solana-fullnode -- \
-l validator.json -v leader.json -b 9000 -d < genesis.log