Skip to content

Commit

Permalink
Update rust/sealevel/programs/build-programs.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Balaji <[email protected]>
  • Loading branch information
tkporter and paulbalaji authored Jan 27, 2025
1 parent 9fae4e6 commit 005c3bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rust/sealevel/programs/build-programs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ TOKEN_PROGRAM_PATHS=("hyperlane-sealevel-token" "hyperlane-sealevel-token-collat

build_program () {
PROGRAM_PATH=$1
PREV_DIR=$(pwd)
log "Building $PROGRAM_PATH"
cd $PROGRAM_PATH
pushd $PROGRAM_PATH
cargo build-sbf
cd $PREV_DIR
popd
}

build_programs () {
Expand Down

0 comments on commit 005c3bc

Please sign in to comment.