From 8860ccd0e5fc05a417f5a331fc750989360dc37d Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Fri, 1 Dec 2023 04:46:53 -0800 Subject: [PATCH] Try to fix macos compilation failure --- scripts/tests.integration.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/tests.integration.sh b/scripts/tests.integration.sh index db5a2a602c..0a3cbeb937 100755 --- a/scripts/tests.integration.sh +++ b/scripts/tests.integration.sh @@ -21,6 +21,11 @@ if [[ "$@" =~ "--use-network-fixture" ]]; then export AVALANCHEGO_PATH="$(realpath ${AVALANCHEGO_PATH:-${AVALANCHEGO_CLONE_PATH}/build/avalanchego})" fi +# Ensure blst configuration +CORETH_PATH=$( cd "$( dirname "${BASH_SOURCE[0]}" )"; cd .. && pwd ) +source ./scripts/versions.sh +source ./scripts/constants.sh + echo "building integration.test" # Install the ginkgo binary (required for test build and run) go install -v github.com/onsi/ginkgo/v2/ginkgo@v2.1.4