]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove Ubuntu 18.04 from build matrix (#4366)
authorNick Porter <nick@portercomputing.co.uk>
Fri, 21 Jan 2022 14:49:55 +0000 (14:49 +0000)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 14:49:55 +0000 (09:49 -0500)
Ubuntu 18.04 uses OpenSSL 1.1.1 which lacks the OPENSSL_INIT_NO_ATEXIT
option used to control cleanup sequence.

Also, 18.04 is likely to be end of life by the time FreeRADIUS v4 is
production ready.

.github/workflows/ci-deb.yml

index 7b7079b8f4d9efee7c44e5415be3661a100ea52a..4ce3b9838b35b4ab1ca3dec9560f7e0169940c77 100644 (file)
@@ -34,7 +34,6 @@ jobs:
           M=$(cat <<EOF
           {
             "env": [
-              { "NAME": "ubuntu-18.04", "OS": "ubuntu:18.04"    },
               { "NAME": "ubuntu-20.04", "OS": "ubuntu:20.04"    },
               { "NAME": "debian-10",    "OS": "debian:buster"   },
               { "NAME": "debian-11",    "OS": "debian:bullseye" },