From 30ed2bcbfb90b63e9d232c798d9e39d0dc86bfca Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 6 Jun 2026 18:35:36 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cf7d6726..8815c7ca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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