From ae8db535005061a6218ed70434f9f9f1fe8db8f3 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 13 Apr 2023 14:35:09 +0000 Subject: [PATCH] Updating github-config --- scripts/integration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/integration.sh b/scripts/integration.sh index d4d6891b..1eb8d1c9 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -149,6 +149,7 @@ function tests::run() { util::print::title "Run Buildpack Runtime Integration Tests" util::print::info "Using ${1} as builder..." + export CGO_ENABLED=0 pushd "${BUILDPACKDIR}" > /dev/null if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run Integration | tee "${2}"; then util::print::info "** GO Test Succeeded with ${1}**"