We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d205e4f commit eedd39cCopy full SHA for eedd39c
.github/workflows/supported_llvm_versions.yml
@@ -19,11 +19,16 @@ jobs:
19
fail-fast: false
20
matrix:
21
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
27
- job_name: Ubuntu 24.04, LLVM 18, bootstrap LDC
28
os: ubuntu-24.04
29
host_dc: ldc-1.19.0
30
llvm_version: 18
- cmake_flags: -DRT_SUPPORT_SANITIZERS=ON -DPHOBOS_SYSTEM_ZLIB=ON
31
+ cmake_flags: -DBUILD_SHARED_LIBS=OFF -DPHOBOS_SYSTEM_ZLIB=ON
32
- job_name: macOS 14, LLVM 17, latest LDC beta
33
os: macos-14
34
host_dc: ldc-beta
0 commit comments