remove haiku from CI matrix

working with r1beta5 (from 2024) is just too much pain.

the system packages only have python 3.10.
if one install python 3.11 from HaikuPorts, it has no ssl support.
if one also installs openssl3 from HaikuPorts, creating a venv fails...

also: rust toolchains issues, thread-local storage ("TLS") issues, as seen in #9463.

thus: no haiku CI until they release next beta and cross-platform-actions have it.
This commit is contained in:
Thomas Waldmann 2026-06-06 18:35:36 +02:00
parent dd4ba13066
commit 30ed2bcbfb
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -413,11 +413,6 @@ jobs:
display_name: OmniOS
do_binaries: false
- os: haiku
version: 'r1beta5'
display_name: Haiku
do_binaries: false
steps:
- name: Check out repository
uses: actions/checkout@v6