|
15 | 15 | # pylint: disable=line-too-long
|
16 | 16 | # fmt: off
|
17 | 17 | COMPILE_MATRIX = [
|
18 |
| - ('debian10', 'gcc', None, ['cyrus']), |
19 |
| - ('debian11', 'gcc', None, ['cyrus']), |
20 |
| - ('debian92', 'clang', None, ['cyrus']), |
21 |
| - ('debian92', 'gcc', None, ['cyrus']), |
| 18 | + ('debian92', 'clang', None, ['cyrus']), |
| 19 | + ('debian92', 'gcc', None, ['cyrus']), |
| 20 | + ('debian10', 'clang', None, ['cyrus']), |
| 21 | + ('debian10', 'gcc', None, ['cyrus']), |
| 22 | + ('debian11', 'clang', None, ['cyrus']), |
| 23 | + ('debian11', 'gcc', None, ['cyrus']), |
22 | 24 | ('rhel80', 'gcc', None, ['cyrus']),
|
23 | 25 | ('rhel8-zseries', 'gcc', None, ['cyrus']),
|
24 | 26 | ('ubuntu2004', 'clang', None, ['cyrus']),
|
|
31 | 33 | TEST_MATRIX = [
|
32 | 34 | # 4.2 and 4.4 not available on rhel8-zseries.
|
33 | 35 | ('rhel8-zseries', 'gcc', None, 'cyrus', ['auth'], ['server'], ['5.0']),
|
34 |
| - |
| 36 | + |
35 | 37 | ('windows-vsCurrent', 'vs2017x64', None, 'cyrus', ['auth'], ['server'], ['4.2', '4.4', '5.0', '6.0' ]),
|
36 | 38 |
|
37 | 39 | # Test 7.0+ with a replica set since Queryable Encryption does not support the 'server' topology. Queryable Encryption tests require 7.0+.
|
|
42 | 44 |
|
43 | 45 | # Test 4.2 with Debian 10 since 4.2 does not ship on Ubuntu 20.04+.
|
44 | 46 | ('debian10', 'gcc', None, 'cyrus', ['auth'], ['server', 'replica'], ['4.2']),
|
45 |
| - |
46 | 47 | ]
|
47 | 48 | # fmt: on
|
48 | 49 | # pylint: enable=line-too-long
|
|
0 commit comments