amoeba commented on issue #44386: URL: https://github.com/apache/arrow/issues/44386#issuecomment-2408628340
I was able to reproduce this on my own crossbow repo after splicing in a tmate step and running the verification manually. Patch below. I'm poking around now. <details> <summary>patch</summary> ```patch diff --git a/dev/tasks/verify-rc/github.macos.yml b/dev/tasks/verify-rc/github.macos.yml index 4bc3fff71..82af4a02a 100644 --- a/dev/tasks/verify-rc/github.macos.yml +++ b/dev/tasks/verify-rc/github.macos.yml @@ -59,6 +59,9 @@ jobs: with: node-version: '20' + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Run verification shell: bash env: ``` </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org