@@ -32,16 +32,16 @@ jobs:
3232# ## - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-22.04', runtime: '', backend: 'llvm' } # GHDL doesn't provide assets for Ubuntu-22.04
3333# ## - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-22.04', runtime: '', backend: 'llvm-jit'} # GHDL doesn't provide assets for Ubuntu-22.04
3434# ## - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-22.04', runtime: '', backend: 'gcc' } # GHDL doesn't provide assets for Ubuntu-22.04
35- - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'mcode' }
36- - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'llvm' }
37- - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'llvm-jit'}
38- - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'gcc' }
39- - {icon: 'π', name: 'macOS', image: 'macos-13', runtime: '', backend: 'mcode' }
40- - {icon: 'π', name: 'macOS', image: 'macos-13', runtime: '', backend: 'llvm' }
35+ # - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'mcode' }
36+ # - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'llvm' }
37+ # - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'llvm-jit'}
38+ # - {icon: 'π§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'gcc' }
39+ # - {icon: 'π', name: 'macOS', image: 'macos-13', runtime: '', backend: 'mcode' }
40+ # - {icon: 'π', name: 'macOS', image: 'macos-13', runtime: '', backend: 'llvm' }
4141# ## - {icon: 'π', name: 'macOS', image: 'macos-14', runtime: '', backend: 'mcode' } # mcode not supported on aarch64
42- - {icon: 'π', name: 'macOS', image: 'macos-14', runtime: '', backend: 'llvm' }
42+ # - {icon: 'π', name: 'macOS', image: 'macos-14', runtime: '', backend: 'llvm' }
4343# ## - {icon: 'π', name: 'macOS', image: 'macos-15', runtime: '', backend: 'mcode' } # mcode not supported on aarch64
44- - {icon: 'π', name: 'macOS', image: 'macos-15', runtime: '', backend: 'llvm' }
44+ # - {icon: 'π', name: 'macOS', image: 'macos-15', runtime: '', backend: 'llvm' }
4545 - {icon: 'πͺ', name: 'Windows', image: 'windows-2025', runtime: '', backend: 'mcode' }
4646 - {icon: 'πͺπ¦', name: 'Windows', image: 'windows-2025', runtime: 'mingw64', backend: 'mcode' }
4747 - {icon: 'πͺπ¦', name: 'Windows', image: 'windows-2025', runtime: 'mingw64', backend: 'llvm' }
5050 - {icon: 'πͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'llvm' }
5151 - {icon: 'πͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'llvm-jit'}
5252 version :
53- - {install: '5.0.1', expected: '5.0.1'}
54- - {install: '5.1.1', expected: '5.1.1'}
55- - {install: 'latest', expected: '5.1.1'}
53+ # - {install: '5.0.1', expected: '5.0.1'}
54+ # - {install: '5.1.1', expected: '5.1.1'}
55+ # - {install: 'latest', expected: '5.1.1'}
5656 - {install: 'nightly', expected: '6.0.0-dev'}
5757 option :
5858 - {can-fail: false}
@@ -64,19 +64,19 @@ jobs:
6464 include :
6565 # old version with retrofitted inventory.json
6666 - {version: {install: '4.1.0', expected: '4.1.0'}, os: {icon: 'πͺπ¦', name: 'Windows', image: 'windows-2025', runtime: 'mingw64', backend: 'mcode'}, option: {can-fail: false}}
67- - {version: {install: '4.1.0', expected: '4.1.0'}, os: {icon: 'πͺπ¦', name: 'Windows', image: 'windows-2025', runtime: 'mingw64', backend: 'llvm'}, option: {can-fail: false}}
68- - {version: {install: '4.1.0', expected: '4.1.0'}, os: {icon: 'πͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'mcode'}, option: {can-fail: false}}
69- - {version: {install: '4.1.0', expected: '4.1.0'}, os: {icon: 'πͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'llvm'}, option: {can-fail: false}}
67+ # - {version: {install: '4.1.0', expected: '4.1.0'}, os: {icon: 'πͺπ¦', name: 'Windows', image: 'windows-2025', runtime: 'mingw64', backend: 'llvm'}, option: {can-fail: false}}
68+ # - {version: {install: '4.1.0', expected: '4.1.0'}, os: {icon: 'πͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'mcode'}, option: {can-fail: false}}
69+ # - {version: {install: '4.1.0', expected: '4.1.0'}, os: {icon: 'πͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'llvm'}, option: {can-fail: false}}
7070 # because of LLVM incompatibility
71- - {version: {install: '5.0.1', expected: '5.0.1'}, os: {icon: 'βπͺπ¦', name: 'Windows', image: 'windows-2025', runtime: 'mingw64', backend: 'llvm'}, option: {can-fail: true }}
72- - {version: {install: '5.0.1', expected: '5.0.1'}, os: {icon: 'βπͺπ¦', name: 'Windows', image: 'windows-2025', runtime: 'mingw64', backend: 'llvm-jit'}, option: {can-fail: true }}
73- - {version: {install: '5.0.1', expected: '5.0.1'}, os: {icon: 'βπͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'llvm'}, option: {can-fail: true }}
74- - {version: {install: '5.0.1', expected: '5.0.1'}, os: {icon: 'βπͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'llvm-jit'}, option: {can-fail: true }}
71+ # - {version: {install: '5.0.1', expected: '5.0.1'}, os: {icon: 'βπͺπ¦', name: 'Windows', image: 'windows-2025', runtime: 'mingw64', backend: 'llvm'}, option: {can-fail: true }}
72+ # - {version: {install: '5.0.1', expected: '5.0.1'}, os: {icon: 'βπͺπ¦', name: 'Windows', image: 'windows-2025', runtime: 'mingw64', backend: 'llvm-jit'}, option: {can-fail: true }}
73+ # - {version: {install: '5.0.1', expected: '5.0.1'}, os: {icon: 'βπͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'llvm'}, option: {can-fail: true }}
74+ # - {version: {install: '5.0.1', expected: '5.0.1'}, os: {icon: 'βπͺπ¨', name: 'Windows', image: 'windows-2025', runtime: 'ucrt64', backend: 'llvm-jit'}, option: {can-fail: true }}
7575 # error message testing (outdated os version, wrong backend, unsupported backend, unsupported runtime, ...)
76- - {version: {install: 'nightly', expected: '5.0.0'}, os: {icon: 'βπ§', name: 'Ubuntu', image: 'ubuntu-22.04', runtime: '', backend: 'mcode'}, option: {can-fail: true }}
77- - {version: {install: 'nightly', expected: '5.0.0'}, os: {icon: 'βπ§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'xcode'}, option: {can-fail: true }}
78- - {version: {install: 'nightly', expected: '5.0.0'}, os: {icon: 'βπ', name: 'macOS', image: 'macos-13', runtime: '', backend: 'gcc' }, option: {can-fail: true }}
79- - {version: {install: 'nightly', expected: '5.0.0'}, os: {icon: 'βπͺβ¬', name: 'Windows', image: 'windows-2025', runtime: 'mingw32', backend: 'mcode'}, option: {can-fail: true }}
76+ # - {version: {install: 'nightly', expected: '5.0.0'}, os: {icon: 'βπ§', name: 'Ubuntu', image: 'ubuntu-22.04', runtime: '', backend: 'mcode'}, option: {can-fail: true }}
77+ # - {version: {install: 'nightly', expected: '5.0.0'}, os: {icon: 'βπ§', name: 'Ubuntu', image: 'ubuntu-24.04', runtime: '', backend: 'xcode'}, option: {can-fail: true }}
78+ # - {version: {install: 'nightly', expected: '5.0.0'}, os: {icon: 'βπ', name: 'macOS', image: 'macos-13', runtime: '', backend: 'gcc' }, option: {can-fail: true }}
79+ # - {version: {install: 'nightly', expected: '5.0.0'}, os: {icon: 'βπͺβ¬', name: 'Windows', image: 'windows-2025', runtime: 'mingw32', backend: 'mcode'}, option: {can-fail: true }}
8080
8181 continue-on-error : ${{ matrix.option.can-fail }}
8282
0 commit comments