Skip to content

Commit

Permalink
Remove cgo flag logging (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph authored Sep 21, 2022
1 parent ccb66db commit 381f6de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion scripts/build_avalanche.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ source "$AVALANCHE_PATH"/scripts/versions.sh
source "$AVALANCHE_PATH"/scripts/constants.sh

echo "Building AvalancheGo..."
echo "CGO_CFLAGS: $CGO_CFLAGS"
go build -ldflags "-X github.com/ava-labs/avalanchego/version.GitCommit=$git_commit $static_ld_flags" -o "$avalanchego_path" "$AVALANCHE_PATH/main/"*.go
1 change: 0 additions & 1 deletion scripts/build_coreth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ fi
# Build Coreth
echo "Building Coreth @ ${coreth_version} ..."
cd "$coreth_path"
echo "CGO_CFLAGS: $CGO_CFLAGS"
go build -ldflags "-X github.com/ava-labs/coreth/plugin/evm.Version=$coreth_version $static_ld_flags" -o "$evm_path" "plugin/"*.go
cd "$AVALANCHE_PATH"

Expand Down
1 change: 0 additions & 1 deletion scripts/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ source "$AVALANCHE_PATH"/scripts/versions.sh
# Load the constants
source "$AVALANCHE_PATH"/scripts/constants.sh

echo "CGO_CFLAGS: $CGO_CFLAGS"
go test -race -timeout="120s" -coverprofile="coverage.out" -covermode="atomic" $(go list ./... | grep -v /mocks | grep -v proto | grep -v tests)

0 comments on commit 381f6de

Please sign in to comment.