We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a36c42 commit a024fe4Copy full SHA for a024fe4
ci/scripts/go_build.sh
@@ -21,6 +21,8 @@ set -ex
21
22
source_dir=${1}/go
23
24
+export GOFLAGS="${GOFLAGS} -gcflags=-d=checkptr"
25
+
26
pushd ${source_dir}/arrow
27
28
if [[ -n "${ARROW_GO_TESTCGO}" ]]; then
ci/scripts/go_cgo_python_test.sh
pushd ${source_dir}/arrow/cdata/test
case "$(uname)" in
0 commit comments