Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 27, 2024
1 parent 85726fe commit bbb45d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ echo "Building Subnet EVM @ GitCommit: $SUBNET_EVM_COMMIT at $BINARY_PATH"
# TODO: consider moving scripts to the avalanche directory
pushd "$SUBNET_EVM_PATH/avalanche"

go mod tidy
go build -ldflags "-X github.com/ava-labs/subnet-evm/avalanche/plugin/evm.GitCommit=$SUBNET_EVM_COMMIT $STATIC_LD_FLAGS" -o "$BINARY_PATH" "plugin/"*.go

popd

0 comments on commit bbb45d4

Please sign in to comment.