From 4d15f1db0b223f6ca00768b5c70590b7fdd7fd6b Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 18 May 2022 07:27:30 +0200 Subject: [PATCH] disable some LibreSSL builds Signed-off-by: Steffen Jaeckel --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a97fa4..75c2609 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,9 +49,11 @@ jobs: xssl_versions: - { version: "master", continue: true, libressl: true } - { version: "OPENBSD_7_1", continue: true, libressl: true } - - { version: "v3.5.2", continue: true, libressl: true } + # https://github.com/libressl-portable/portable/issues/760 + # - { version: "v3.5.2", continue: true, libressl: true } - { version: "OPENBSD_7_0", continue: true, libressl: true } - - { version: "v3.4.3", continue: true, libressl: true } + # OPENBSD_7_0 is basically the "fixed v3.4.3" + # - { version: "v3.4.3", continue: true, libressl: true } - { version: "v3.4.2", continue: true, libressl: true } - { version: "OPENBSD_6_9", continue: true, libressl: true } - { version: "v3.1.5", continue: true, libressl: true }