[linux-nfc] [neard][PATCH] ci: build on newest Ubuntu Jammy Jellyfish (22.04)
Krzysztof Kozlowski <[email protected]> Wed, 1 Jun 2022 14:16:34 +0200
| Newsgroups | org.01.lists.linux-nfc,dev.linux.lists.oe-linux-nfc |
|---|---|
| Message-ID | <[email protected]> |
Add building under CI on Ubuntu Jammy Jellyfish (22.04). Signed-off-by: Krzysztof Kozlowski <[email protected]> --- .github/workflows/ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1759d6571e74..2adf6f102d36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: - fedora:latest - fedora:35 - fedora:34 + - ubuntu:jammy - ubuntu:impish - ubuntu:hirsute - ubuntu:focal @@ -177,6 +178,20 @@ jobs: variant: sanitizers # Ubuntu 32-bit builds + - container: "ubuntu:jammy" + arch: i386 + compiler: gcc -m32 + cross_compile: i686-linux-gnu + mode: maintainer + variant: i386 + + - container: "ubuntu:jammy" + arch: i386 + compiler: gcc -m32 + cross_compile: i686-linux-gnu + mode: no-maintainer + variant: i386 + - container: "ubuntu:impish" arch: i386 compiler: gcc -m32 @@ -220,6 +235,12 @@ jobs: variant: i386 # Ubuntu GCC sanitizer builds + - container: "ubuntu:jammy" + arch: x86-64 + compiler: gcc + mode: maintainer + variant: sanitizers + - container: "ubuntu:impish" arch: x86-64 compiler: gcc -- 2.34.1 _______________________________________________ Linux-nfc mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s