|
43 | 43 | matrix: |
44 | 44 | include: |
45 | 45 | # Linux, gcc |
46 | | - - { compiler: gcc-4.4, cxxstd: '98,0x', os: ubuntu-latest, container: 'ubuntu:16.04' } |
47 | | - - { compiler: gcc-4.6, cxxstd: '0x', os: ubuntu-latest, container: 'ubuntu:16.04' } |
| 46 | + - { compiler: gcc-4.4, cxxstd: '98,0x', os: ubuntu-latest, container: 'ubuntu:16.04', source_keys: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1E9377A2BA9EF27F', sources: 'ppa:ubuntu-toolchain-r/test' } |
| 47 | + - { compiler: gcc-4.6, cxxstd: '0x', os: ubuntu-latest, container: 'ubuntu:16.04', source_keys: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1E9377A2BA9EF27F', sources: 'ppa:ubuntu-toolchain-r/test' } |
48 | 48 | - { compiler: gcc-4.7, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' } |
49 | 49 | - { compiler: gcc-4.8, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' } |
50 | 50 | - { compiler: gcc-4.9, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' } |
|
61 | 61 | - { name: GCC w/ sanitizers, sanitize: yes, |
62 | 62 | compiler: gcc-13, cxxstd: '11,14,17,20', os: ubuntu-24.04 } |
63 | 63 | - { name: Collect coverage, coverage: yes, |
64 | | - compiler: gcc-13, cxxstd: '2b', os: ubuntu-24.04, install: 'g++-13-multilib', address-model: '32,64' } |
| 64 | + compiler: gcc-13, cxxstd: '2b', os: ubuntu-24.04, install: 'g++-13-multilib gcc-13-multilib', address-model: '32,64' } |
65 | 65 |
|
66 | 66 | # Linux, clang |
67 | 67 | - { compiler: clang-3.5, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' } |
|
0 commit comments