-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to fix macos compilation failure
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|