Commit 4119f7ce authored by Samir Halilcevic's avatar Samir Halilcevic

Add almalinux-9 to the ci

parent 8a3eedda
FROM almalinux:9
RUN dnf update -y \
&& dnf install -y \
cmake \
gcc-c++ \
git \
libasan \
libubsan \
make \
openssl-devel \
&& dnf clean all
...@@ -27,6 +27,11 @@ config = [ ...@@ -27,6 +27,11 @@ config = [
tags: ['docker'], tags: ['docker'],
builds: ['release'], builds: ['release'],
]], ]],
['almalinux-9', [ // EOL: May 2032
numCores: 4,
tags: ['docker'],
builds: ['release'],
]],
['centos-7', [ // EOL July 2024 ['centos-7', [ // EOL July 2024
numCores: 4, numCores: 4,
tags: ['docker'], tags: ['docker'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment