Commit 7b4ad8e for zlib

commit 7b4ad8e0b9394af017d327e9df17651802c15066
Author: Vollstrecker <werner@vollstreckernet.de>
Date:   Thu Jan 15 07:41:06 2026 +0100

    Remove OpenIndiana workflow until resolved.

diff --git a/.github/workflows/others.yml b/.github/workflows/others.yml
index 11a7bcf..d0fa6bd 100644
--- a/.github/workflows/others.yml
+++ b/.github/workflows/others.yml
@@ -118,22 +118,22 @@ jobs:
           cmake --build build/
           ctest --test-dir build

-  openindiana:
-    runs-on: ubuntu-latest
-    name: OpenIndiana
-    steps:
-    - uses: actions/checkout@v4
-    - name: OpenIndiana
-      uses: vmactions/openindiana-vm@v0
-      with:
-        copyback: false
-        prepare: |
-          pkg install cmake gcc-14 make bzip2
-
-        run: |
-          cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON
-          cmake --build build/
-          ctest --test-dir build --output-on-failure
+#  openindiana:
+#    runs-on: ubuntu-latest
+#    name: OpenIndiana
+#    steps:
+#    - uses: actions/checkout@v4
+#    - name: OpenIndiana
+#      uses: vmactions/openindiana-vm@v0
+#      with:
+#        copyback: false
+#        prepare: |
+#          pkg install cmake gcc-14 make bzip2
+
+#        run: |
+#          cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON
+#          cmake --build build/
+#          ctest --test-dir build --output-on-failure

   solaris:
     runs-on: ubuntu-latest