Mercurial > p > roundup > code
comparison .github/workflows/build-xapian.yml @ 7956:9166e0100e01
test: 1.4.18 get xapian working under github actions and python 3.13
issue2551338 xapian doesn't build in CI for 3.13 python
Change to allow 1 hour of tmate ssh debugging before session is disconected.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 May 2024 20:08:41 -0400 |
| parents | 694bbda71bf7 |
| children | 05ce472d372b |
comparison
equal
deleted
inserted
replaced
| 7955:694bbda71bf7 | 7956:9166e0100e01 |
|---|---|
| 69 # allow remote ssh into the CI container. I need this to debug | 69 # allow remote ssh into the CI container. I need this to debug |
| 70 # some xfail cases | 70 # some xfail cases |
| 71 - name: Setup tmate session | 71 - name: Setup tmate session |
| 72 uses: mxschmitt/action-tmate@v3 | 72 uses: mxschmitt/action-tmate@v3 |
| 73 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 73 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
| 74 timeout-minutes: 10 | 74 timeout-minutes: 60 |
| 75 with: | 75 with: |
| 76 limit-access-to-actor: true | 76 limit-access-to-actor: true |
| 77 | 77 |
| 78 - name: Install xapian | 78 - name: Install xapian |
| 79 run: | | 79 run: | |
