Skip to content

Commit

Permalink
Fix dependency checking script
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Oct 2, 2024
1 parent 612532d commit a4bb516
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/check-dependencies.bash
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ for P in $PROTOCOL_VERSIONS; do
# We obtain it from src/rust/src/host-dep-tree-curr.txt but Alternatively/in addition we could:
# * Check the rs-stellar-xdr revision of host-dep-tree-prev.txt
# * Check the stellar-xdr revision
CORE_HOST_DEP_TREE_CURR=$($CURL https://raw.githubusercontent.com/stellar/stellar-core/${CORE_CONTAINER_REVISION}/src/rust/src/host-dep-tree-curr.txt)

# FIXME: we shouldn't hardcode the protocol number in the file being checked
CORE_HOST_DEP_TREE_CURR=$($CURL https://raw.githubusercontent.com/stellar/stellar-core/${CORE_CONTAINER_REVISION}/src/rust/src/dep-trees/p22-expect.txt)


RS_STELLAR_XDR_REVISION_FROM_CORE=$(echo "$CORE_HOST_DEP_TREE_CURR" | stellar_xdr_version_from_rust_dep_tree)
Expand Down

0 comments on commit a4bb516

Please sign in to comment.