Skip to content

Commit e0faba9

Browse files
DX-120970 Add set -x to debug cmake failure
1 parent 97418ee commit e0faba9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev/tasks/java-jars/github.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
run: pip install -e arrow/dev/archery[all]
112112
- name: Install dependencies
113113
run: |
114+
set -x
114115
# We want to use llvm@14 to avoid shared z3
115116
# dependency. llvm@14 doesn't depend on z3 and llvm depends
116117
# on z3. And Homebrew's z3 provides only shared library. It

0 commit comments

Comments
 (0)