From ca4b9bbecf3082b966bc5b2d66e7196995e5fcde Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 28 Feb 2023 19:23:09 +0100 Subject: ci: enable UCRT64 LLVM --- .github/workflows/Test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 04c36c2d4..9dbbf30ae 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 @@ -593,7 +593,7 @@ jobs: sys: # - {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 -- cgit v1.2.3 From 11fdddd8b853fd51e3ea43d0323cfcf6171ee8d9 Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 28 Feb 2023 19:23:28 +0100 Subject: ci: test MINGW64 LLVM --- .github/workflows/Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 9dbbf30ae..5bf8e7fae 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -592,7 +592,7 @@ jobs: matrix: sys: # - {icon: '🟪', pkg: 'llvm', sys: 'MINGW32' } ! not yet functional -# - {icon: '🟦', pkg: 'llvm', sys: 'MINGW64' } + - {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 -- cgit v1.2.3