Skip to content

Commit 5d7a961

Browse files
committed
Debug windows CI update
1 parent 16a1c7d commit 5d7a961

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

.github/workflows/test.yml

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717

1818
# All supported Perl versions except latest.
1919
perl: [
20-
'5.12', '5.14', '5.16', '5.18', '5.20', '5.22', '5.24', '5.26',
21-
'5.28', '5.30', '5.32', '5.34', '5.36', '5.38',
20+
#'5.12', '5.14', '5.16', '5.18', '5.20', '5.22', '5.24', '5.26',
21+
#'5.28', '5.30', '5.32', '5.34', '5.36', '5.38',
22+
'5.40',
2223
]
2324

2425
# Variants of the latest Perl.
@@ -28,21 +29,32 @@ jobs:
2829
perl: '5.40'
2930

3031
- no-memcached: true
31-
os: windows-2019 # FIXME windows-latest (aka 2022) fails.
32+
os: windows-2019
3233
perl: '5.40'
3334

34-
- name: ' (no memcached)'
35-
no-memcached: true
36-
os: ubuntu-latest
35+
- no-memcached: true
36+
os: windows-2022
3737
perl: '5.40'
3838

39-
# This is effectively our normal one, author with ithreads.
40-
- name: ' (author, ithread)'
41-
author: true
42-
ithread: true
43-
os: ubuntu-latest
39+
- no-memcached: true
40+
os: windows-2025
4441
perl: '5.40'
4542

43+
#- name: ' (no memcached)'
44+
# no-memcached: true
45+
# os: ubuntu-latest
46+
# perl: '5.40'
47+
48+
# This is effectively our normal one, author with ithreads.
49+
#- name: ' (author, ithread)'
50+
# author: true
51+
# ithread: true
52+
# os: ubuntu-latest
53+
# perl: '5.40'
54+
55+
# Windows 2025 isn't yet working, I suspect a perl issue.
56+
continue-on-error: ${{ matrix.os == 'windows-2025' }}
57+
4658
runs-on: ${{ matrix.os }}
4759

4860
name: v${{ matrix.perl }} on ${{ matrix.os }}${{ matrix.name }}

src/poll_select.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
Lesser General Public License for more details.
2222
*/
2323

24-
#include "poll_select.h"
2524
#ifndef WIN32
2625
#include "socket_posix.h"
2726
#else /* WIN32 */

0 commit comments

Comments
 (0)