Skip to content

Commit a024fe4

Browse files
committed
WIP
1 parent 9a36c42 commit a024fe4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci/scripts/go_build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ set -ex
2121

2222
source_dir=${1}/go
2323

24+
export GOFLAGS="${GOFLAGS} -gcflags=-d=checkptr"
25+
2426
pushd ${source_dir}/arrow
2527

2628
if [[ -n "${ARROW_GO_TESTCGO}" ]]; then

ci/scripts/go_cgo_python_test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ set -ex
2121

2222
source_dir=${1}/go
2323

24+
export GOFLAGS="${GOFLAGS} -gcflags=-d=checkptr"
25+
2426
pushd ${source_dir}/arrow/cdata/test
2527

2628
case "$(uname)" in

0 commit comments

Comments
 (0)