Skip to content

Commit e9c4f87

Browse files
committed
Add Ubuntu 22.04 to GitHub Actions
This patch extends the set of the supported platforms by Ubuntu 22.04 (Jammy Jellyfish). Fortunately, all the packages from the dependency list are the same except the GCC toolchain. Signed-off-by: Igor Munkin <imun@cpan.org>
1 parent 52c969a commit e9c4f87

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
autoconf
2+
clang-11
3+
cmake
4+
gcc
5+
gcc-12=12.3.0-*
6+
libc6-dev
7+
libstdc++-12-dev
8+
libstdc++6
9+
libtool
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
bc
2+
clang-format-11
3+
clang-tidy-11
4+
gdb
5+
graphviz
6+
libcmocka-dev=1.1.5-2
7+
libdigest-crc-perl
8+
libfile-find-rule-perl
9+
liblist-allutils-perl
10+
libtest-deep-perl
11+
libtext-table-perl
12+
perl
13+
python3
14+
python3-pip
15+
time
16+
valgrind

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
BUILDTYPE: [Debug, Minimal, Release]
41-
DISTVER: [20.04]
41+
DISTVER: [20.04, 22.04]
4242
LIBTYPE: [shared, static]
4343
CC: [GCC, Clang]
4444
include:

0 commit comments

Comments
 (0)