[libvirt PATCH 0/3] Bump some min versions

Daniel P. Berrangé posted 3 patches 2 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220114185911.120503-1-berrange@redhat.com
config.h                     | 14 +++++++-------
examples/c/misc/event-test.c | 14 ++------------
2 files changed, 9 insertions(+), 19 deletions(-)
[libvirt PATCH 0/3] Bump some min versions
Posted by Daniel P. Berrangé 2 years, 3 months ago
Given previous platforms we've dropped, we can bump the min
compilers.

Daniel P. Berrangé (3):
  configure: bump min required GCC to 7.4.0
  configure: bump min required CLang to 6.0 / XCode 10.0
  examples: drop some conditionals checks from macros

 config.h                     | 14 +++++++-------
 examples/c/misc/event-test.c | 14 ++------------
 2 files changed, 9 insertions(+), 19 deletions(-)

-- 
2.33.1


Re: [libvirt PATCH 0/3] Bump some min versions
Posted by Ján Tomko 2 years, 3 months ago
On a Friday in 2022, Daniel P. Berrangé wrote:
>Given previous platforms we've dropped, we can bump the min
>compilers.
>
>Daniel P. Berrangé (3):
>  configure: bump min required GCC to 7.4.0
>  configure: bump min required CLang to 6.0 / XCode 10.0
>  examples: drop some conditionals checks from macros
>
> config.h                     | 14 +++++++-------
> examples/c/misc/event-test.c | 14 ++------------
> 2 files changed, 9 insertions(+), 19 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano