Skip to content

Commit

Permalink
Test adding CGO_Enabled=1
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 12, 2024
1 parent 87ed8ac commit 502f666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ test_go() {
go_lib="arrow_go_integration.dll"
;;
esac
go build -buildvcs=false -tags cdata_integration,assert -buildmode=c-shared -o ${go_lib} .
CGO_ENABLED=1 go build -buildvcs=false -tags cdata_integration,assert -buildmode=c-shared -o ${go_lib} .
popd
fi
go clean -modcache
Expand Down

0 comments on commit 502f666

Please sign in to comment.