mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
ci: Add Ubuntu 22.04
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -184,6 +184,13 @@ x86_64-ubuntu-2004-container:
|
||||
NAME: ubuntu-2004
|
||||
|
||||
|
||||
x86_64-ubuntu-2204-container:
|
||||
extends: .container_job
|
||||
allow_failure: false
|
||||
variables:
|
||||
NAME: ubuntu-2204
|
||||
|
||||
|
||||
|
||||
# Cross container jobs
|
||||
|
||||
@@ -592,6 +599,15 @@ x86_64-ubuntu-2004-clang:
|
||||
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1
|
||||
|
||||
|
||||
x86_64-ubuntu-2204:
|
||||
extends: .native_build_job
|
||||
needs:
|
||||
- x86_64-ubuntu-2204-container
|
||||
allow_failure: false
|
||||
variables:
|
||||
NAME: ubuntu-2204
|
||||
|
||||
|
||||
|
||||
# Cross build jobs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user