Skip to content

Commit 4a14a91

Browse files
committed
Deactivate variants.
1 parent d9f9e12 commit 4a14a91

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

β€Ž.github/workflows/Pipeline.ymlβ€Ž

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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' }
@@ -50,9 +50,9 @@ jobs:
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

Comments
Β (0)