aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2023-02-28 19:23:09 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2023-02-28 19:23:09 +0100
commitca4b9bbecf3082b966bc5b2d66e7196995e5fcde (patch)
tree1d41b7c83b1a891e5c49245663a8f47b5d5e03ef /.github
parent19babff18e95896639f1de01785f2b7ea8608beb (diff)
downloadghdl-ca4b9bbecf3082b966bc5b2d66e7196995e5fcde.tar.gz
ghdl-ca4b9bbecf3082b966bc5b2d66e7196995e5fcde.tar.bz2
ghdl-ca4b9bbecf3082b966bc5b2d66e7196995e5fcde.zip
ci: enable UCRT64 LLVM
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml4
1 files 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