Skip to content

Commit

Permalink
apacheGH-36449: [C++][CI] Don't use -g1 for Python jobs
Browse files Browse the repository at this point in the history
Python jobs have tests for GDB plugin. We can't use -g1 for GDB
plugin because -g1 doesn't provide enough debug information.
  • Loading branch information
kou committed Jul 4, 2023
1 parent cd1ed18 commit 88cb268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/linux-apt-python-3.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ ENV ARROW_ACERO=ON \
ARROW_CSV=ON \
ARROW_DATASET=ON \
ARROW_FILESYSTEM=ON \
ARROW_GDB=ON \
ARROW_HDFS=ON \
ARROW_JSON=ON \
ARROW_USE_GLOG=OFF

0 comments on commit 88cb268

Please sign in to comment.