Disable tests on hip for cmake 3.21 (#26460)

This commit is contained in:
Harmen Stoppels 2021-10-04 12:20:07 +02:00 committed by GitHub
parent e2ee3066cf
commit d84d7f0599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ class Hip(CMakePackage):
patch('0004-Drop-clang-rt-builtins-linking-on-hip-host.3.10.0.patch', when='@3.10.0:4.1.0')
# Tests are broken when using cmake 3.21
with when('^cmake@3.21.0:3.21.2'):
with when('^cmake@3.21.0:'):
patch('0005-Disable-tests-3.5.0.patch', when='@3.5.0')
patch('0005-Disable-tests-3.6.0.patch', when='@3.6.0:3.8.0')
patch('0005-Disable-tests-3.9.0.patch', when='@3.9.0:4.0.0')