Logical continuation of c/s
eb52442d7f "automation: Add Ubuntu:focal
container".
No further changes required. Everything builds fine.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
variables:
CONTAINER: ubuntu:bionic
+ubuntu-focal-gcc:
+ extends: .gcc-x86-64-build
+ variables:
+ CONTAINER: ubuntu:focal
+
+ubuntu-focal-gcc-debug:
+ extends: .gcc-x86-64-build-debug
+ variables:
+ CONTAINER: ubuntu:focal
+
+ubuntu-focal-clang:
+ extends: .gcc-x86-64-build
+ variables:
+ CONTAINER: ubuntu:focal
+
+ubuntu-focal-clang-debug:
+ extends: .gcc-x86-64-build-debug
+ variables:
+ CONTAINER: ubuntu:focal
+
opensuse-leap-clang:
extends: .clang-x86-64-build
variables: