Commit 28c7a333 authored by Dominik Charousset's avatar Dominik Charousset

Drop support for obsolete distribution

parent 988e81c6
FROM fedora:30
RUN dnf update -y && \
dnf clean all
RUN dnf install -y \
git \
make \
cmake \
gcc-c++ \
openssl-devel \
libasan \
libubsan \
&& dnf clean all
......@@ -70,11 +70,6 @@ config = [
tags: ['docker'],
builds: ['debug', 'release'],
]],
['fedora-30', [
numCores: 4,
tags: ['docker'],
builds: ['debug', 'release'],
]],
['fedora-31', [
numCores: 4,
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