Skip to content

Commit

Permalink
fix firedancer testnet script
Browse files Browse the repository at this point in the history
  • Loading branch information
two-heart authored and ravyu-jump committed Dec 20, 2024
1 parent d205270 commit e563fc9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions contrib/test/test_firedancer_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
FD_DIR="$SCRIPT_DIR/../.."

# create temporary files in the user's home directory because it's likely to be on a large disk
# TMPDIR=$(mktemp --directory --tmpdir="$HOME" tmp-test-tvu-testnet.XXXXXX)
TMPDIR=/home/lheeger/tmp-test-tvu-testnet
TMPDIR=$(mktemp --directory --tmpdir="$HOME" tmp-test-tvu-testnet.XXXXXX)
mkdir -p $TMPDIR
cd $TMPDIR

Expand Down Expand Up @@ -91,10 +90,13 @@ echo "
[consensus]
expected_shred_version = 35459
[log]
path = \"fddev.log\"
level_stderr = \"NOTICE\"
path = \"fddev.log\"
level_stderr = \"NOTICE\"
[development]
topology = \"firedancer\"
sandbox = false
no_agave = true
[development.bench]
affinity = \"1-32\"
" > fddev.toml

# JOB_URL is potentially set by the github workflow
Expand Down

0 comments on commit e563fc9

Please sign in to comment.