Older versions are not supported by the cmake module since 0.62. This avoids having to hard-code the linux-bionic-gcc CI job as being unable to run these tests, which leaves other older environments like Debian 10 still trying to run them (and failing). Signed-off-by: Simon McVittie <smcv@collabora.com>pull/10385/head
parent
7650f32828
commit
65ea833d58
7 changed files with 12 additions and 20 deletions
@ -1,5 +0,0 @@ |
||||
{ |
||||
"tools": { |
||||
"cmake": ">=3.12" |
||||
} |
||||
} |
@ -1,8 +1,5 @@ |
||||
{ |
||||
"installed": [ |
||||
{"type": "exe", "file": "usr/bin/testEXE"} |
||||
], |
||||
"tools": { |
||||
"cmake": ">=3.11" |
||||
} |
||||
] |
||||
} |
||||
|
@ -1,8 +1,5 @@ |
||||
{ |
||||
"installed": [ |
||||
{"type": "exe", "file": "usr/bin/testEXE"} |
||||
], |
||||
"tools": { |
||||
"cmake": ">=3.11" |
||||
} |
||||
] |
||||
} |
||||
|
Loading…
Reference in new issue