diff options
author | Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> | 2023-02-28 19:50:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 19:50:56 +0000 |
commit | 42478d5795918165766d852870a3d7c00a4ebc93 (patch) | |
tree | 416efb5f7c629261925d87a99a2cc746b762d4c1 | |
parent | 19babff18e95896639f1de01785f2b7ea8608beb (diff) | |
parent | 11fdddd8b853fd51e3ea43d0323cfcf6171ee8d9 (diff) | |
download | ghdl-42478d5795918165766d852870a3d7c00a4ebc93.tar.gz ghdl-42478d5795918165766d852870a3d7c00a4ebc93.tar.bz2 ghdl-42478d5795918165766d852870a3d7c00a4ebc93.zip |
ci: enable UCRT64 LLVM and test MINGW64 LLVM #2366
-rw-r--r-- | .github/workflows/Test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 04c36c2d4..5bf8e7fae 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -524,7 +524,7 @@ jobs: include: # - {icon: '🟪', pkg: 'llvm', sys: 'MINGW32' } ! not yet functional - {icon: '🟦', pkg: 'llvm', sys: 'MINGW64' } -# - {icon: '🟨', pkg: 'llvm', sys: 'UCRT64' } #! experimental + - {icon: '🟨', pkg: 'llvm', sys: 'UCRT64' } #! experimental - {icon: '🟪', pkg: 'mcode', sys: 'MINGW32' } # - {icon: '🟦', pkg: 'mcode', sys: 'MINGW64' } #! simulation with mcode is not yet supported on win64 - {icon: '🟨', pkg: 'mcode', sys: 'UCRT64' } #! experimental; simulation with mcode is not yet supported on win64 @@ -592,8 +592,8 @@ jobs: matrix: sys: # - {icon: '🟪', pkg: 'llvm', sys: 'MINGW32' } ! not yet functional -# - {icon: '🟦', pkg: 'llvm', sys: 'MINGW64' } -# - {icon: '🟨', pkg: 'llvm', sys: 'UCRT64' } #! experimental + - {icon: '🟦', pkg: 'llvm', sys: 'MINGW64' } + - {icon: '🟨', pkg: 'llvm', sys: 'UCRT64' } #! experimental - {icon: '🟪', pkg: 'mcode', sys: 'MINGW32' } # - {icon: '🟦', pkg: 'mcode', sys: 'MINGW64' } ! simulation with mcode is not yet supported on win64 # - {icon: '🟨', pkg: 'mcode', sys: 'UCRT64' } ! experimental; simulation with mcode is not yet supported on win64 |