Skip to content

Commit eedd39c

Browse files
committed
CI: Add LLVM 19 job to supported-LLVM-versions workflow
1 parent d205e4f commit eedd39c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/supported_llvm_versions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22+
- job_name: Ubuntu 24.04, LLVM 19, latest LDC beta
23+
os: ubuntu-24.04
24+
host_dc: ldc-beta
25+
llvm_version: 19
26+
cmake_flags: -DRT_SUPPORT_SANITIZERS=ON
2227
- job_name: Ubuntu 24.04, LLVM 18, bootstrap LDC
2328
os: ubuntu-24.04
2429
host_dc: ldc-1.19.0
2530
llvm_version: 18
26-
cmake_flags: -DRT_SUPPORT_SANITIZERS=ON -DPHOBOS_SYSTEM_ZLIB=ON
31+
cmake_flags: -DBUILD_SHARED_LIBS=OFF -DPHOBOS_SYSTEM_ZLIB=ON
2732
- job_name: macOS 14, LLVM 17, latest LDC beta
2833
os: macos-14
2934
host_dc: ldc-beta

0 commit comments

Comments
 (0)