Skip to content

Commit

Permalink
antithesis script patch: change dir for avalanchego build (for go.mod…
Browse files Browse the repository at this point in the history
… purposes)
  • Loading branch information
darioush committed Jan 9, 2025
1 parent c56c5aa commit 06d57e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_antithesis_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ source "${AVALANCHEGO_CLONE_PATH}"/scripts/lib_build_antithesis_images.sh
build_antithesis_builder_image "${GO_VERSION}" "antithesis-subnet-evm-builder:${IMAGE_TAG}" "${AVALANCHEGO_CLONE_PATH}" "${SUBNET_EVM_PATH}"

# Ensure avalanchego and subnet-evm binaries are available to create an initial db state that includes subnets.
"${AVALANCHEGO_CLONE_PATH}"/scripts/build.sh
pushd "${AVALANCHEGO_CLONE_PATH}" && ./scripts/build.sh && popd
"${SUBNET_EVM_PATH}"/scripts/build.sh

echo "Generating compose configuration"
Expand Down

0 comments on commit 06d57e1

Please sign in to comment.