Skip to content

Commit

Permalink
fix: build cache missing tokenbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Nov 5, 2024
1 parent 904e65d commit a911bc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ fi

if $build_utils; then
LOCAL_BUILD_NODES="scripts rollupcreator"
if $tokenbridge || $l3_token_bridge; then
# always build tokenbridge in CI mode to avoid caching issues
if $tokenbridge || $l3_token_bridge || $ci; then
LOCAL_BUILD_NODES="$LOCAL_BUILD_NODES tokenbridge"
fi

Expand Down

0 comments on commit a911bc9

Please sign in to comment.