commit f349577fa12a3c95613818a49ed7ed92d0741c3f from: Thomas Adam date: Fri Jul 15 09:57:28 2022 UTC portable: ci: add libtls/libressl Needed for TLS in gotwebd. commit - 0ada29ea383be37810b75fb0c6607cdc6c994f46 commit + f349577fa12a3c95613818a49ed7ed92d0741c3f blob - fe6ca888c585c25c77b7386cc1da8453388f1ac7 blob + 444962dd1cbdb1e71a50917fadcb7d3abef833c0 --- .github/ci/before-install.sh +++ .github/ci/before-install.sh @@ -15,6 +15,7 @@ if [ "$CIRRUS_OS" = "linux" ]; then zlib1g-dev \ git \ athena-jot \ + libtls-dev \ ed fi @@ -34,5 +35,6 @@ if [ "$CIRRUS_OS" = "darwin" ]; then ncurses \ ossp-uuid \ git \ - libevent + libevent \ + libressl fi blob - 2dcc193feaa29ec61c388cb2aaba4b26bb478dd0 blob + fc8cc30138461b198ffdb88c36f4091b44034e98 --- README.portable +++ README.portable @@ -26,6 +26,7 @@ Linux: * `pkg-config` (for searching libraries) * `bison` (for configuration file grammar) * `libevent` (for gotwebd) +* `libtls` (for gotwebd) FreeBSD: @@ -33,6 +34,7 @@ FreeBSD: * `pkgconf` * `GNU coreutils` (for running tests) * `libevent` (for gotwebd) +* `libtls` (for gotwebd) NetBSD: @@ -60,6 +62,7 @@ Darwin (MacOS): * `ossp-uuid` * `GNU coreutils` (for running tests) * `libevent` (for gotwebd) +* `libtls` (for gotwebd) TESTS (REGRESS) ===============