We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d896319 commit fd65c11Copy full SHA for fd65c11
graft/subnet-evm/scripts/build.sh
@@ -25,6 +25,7 @@ fi
25
# shellcheck disable=SC2154
26
echo "Building Subnet EVM @ GitCommit: $git_commit at $BINARY_PATH"
27
28
+cd "$SUBNET_EVM_PATH"
29
go build -ldflags "-X github.com/ava-labs/avalanchego/version.GitCommit=$git_commit $static_ld_flags" -o "$BINARY_PATH" "plugin/"*.go
30
31
# Symlink to both global and local plugin directories to simplify
0 commit comments