Skip to content

Commit

Permalink
apacheGH-36543: [CI][Docs] Use -g1 instead of -g for building docs (a…
Browse files Browse the repository at this point in the history
…pache#36576)

### Rationale for this change

Because we don't need to run GDB plugin test for the build.

### What changes are included in this PR?

Specify `-g1` explicitly.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#36543

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
kou authored Jul 9, 2023
1 parent a8660e0 commit fdaa99d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1732,8 +1732,10 @@ services:
base: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-python-3
environment:
<<: [*common, *ccache]
ARROW_JAVA_SKIP_GIT_PLUGIN:
ARROW_CUDA: "ON"
ARROW_CXX_FLAGS_DEBUG: "-g1"
ARROW_C_FLAGS_DEBUG: "-g1"
ARROW_JAVA_SKIP_GIT_PLUGIN:
ARROW_SUBSTRAIT: "ON"
BUILD_DOCS_C_GLIB: "ON"
BUILD_DOCS_CPP: "ON"

0 comments on commit fdaa99d

Please sign in to comment.