Skip to content

Commit

Permalink
WIP: apacheGH-43057: [C++] Debug sporadic CI crash
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 3, 2024
1 parent 170c599 commit d866087
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/tasks/docker-tests/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
timeout-minutes: {{ timeout|default(60) }}
steps:
{{ macros.github_checkout_arrow(fetch_depth=fetch_depth|default(1))|indent }}

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

{{ macros.github_free_space()|indent }}
{{ macros.github_install_archery()|indent }}

Expand Down
6 changes: 6 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,12 @@ tasks:
template: docker-tests/github.linux.yml
params:
env:
ARROW_AZURE: "OFF"
ARROW_GANDIVA: "OFF"
ARROW_GCS: "OFF"
ARROW_ORC: "OFF"
ARROW_S3: "OFF"
ARROW_SUBSTRAIT: "OFF"
UBUNTU: "{{ ubuntu_version }}"
image: ubuntu-cpp
{% endfor %}
Expand Down

0 comments on commit d866087

Please sign in to comment.