diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-05-22 17:35:54 +0530 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-05-23 18:24:08 -0400 |
| commit | aee1bb20816968975498be712385f4aca8b99b62 (patch) | |
| tree | a518786596acf9bc4a74909df77270bb4fc4e016 /test cases/frameworks | |
| parent | 11a4cb7aad0799b17d1ec5ce0fbad971820ae75d (diff) | |
| download | meson-aee1bb20816968975498be712385f4aca8b99b62.tar.gz | |
llvm: Bump broken micro version for CI
16.0.4 didn't fix the LLVM breakage.
Diffstat (limited to 'test cases/frameworks')
| -rw-r--r-- | test cases/frameworks/15 llvm/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/frameworks/15 llvm/meson.build b/test cases/frameworks/15 llvm/meson.build index 411d6db29..3b5f4ae52 100644 --- a/test cases/frameworks/15 llvm/meson.build +++ b/test cases/frameworks/15 llvm/meson.build @@ -18,7 +18,7 @@ if(method == 'combination') ) # Bump the version along till the LLVM bug is fixed - if static and d.version().startswith('16.0') and d.version()[5].to_int() <= 2 + if static and d.version().startswith('16.0') and d.version()[5].to_int() <= 4 message('Skipping modules with cmake, see https://github.com/mesonbuild/meson/issues/11642') llvm_cm_dep = dependency( 'llvm', @@ -81,7 +81,7 @@ else endif # Bump the version along till the LLVM bug is fixed - if static and method == 'cmake' and d.version().startswith('16.0') and d.version()[5].to_int() <= 2 + if static and method == 'cmake' and d.version().startswith('16.0') and d.version()[5].to_int() <= 4 message('Skipping modules with cmake, see https://github.com/mesonbuild/meson/issues/11642') llvm_dep = dependency( 'llvm', |
