Skip to content

Commit 4d15f1d

Browse files
committed
disable some LibreSSL builds
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 9577253 commit 4d15f1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949
xssl_versions:
5050
- { version: "master", continue: true, libressl: true }
5151
- { version: "OPENBSD_7_1", continue: true, libressl: true }
52-
- { version: "v3.5.2", continue: true, libressl: true }
52+
# https://github.com/libressl-portable/portable/issues/760
53+
# - { version: "v3.5.2", continue: true, libressl: true }
5354
- { version: "OPENBSD_7_0", continue: true, libressl: true }
54-
- { version: "v3.4.3", continue: true, libressl: true }
55+
# OPENBSD_7_0 is basically the "fixed v3.4.3"
56+
# - { version: "v3.4.3", continue: true, libressl: true }
5557
- { version: "v3.4.2", continue: true, libressl: true }
5658
- { version: "OPENBSD_6_9", continue: true, libressl: true }
5759
- { version: "v3.1.5", continue: true, libressl: true }

0 commit comments

Comments
 (0)