aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVollstrecker <werner@vollstreckernet.de>2026-01-15 07:41:06 +0100
committerMark Adler <git@madler.net>2026-01-27 18:16:26 -0800
commit7b4ad8e0b9394af017d327e9df17651802c15066 (patch)
tree2f6bc9cb11845aeb490f9af4ceae69e7ac47437e
parent45de8d73de7543d03924cf798a7ad5e89a6733d9 (diff)
downloadzlib-7b4ad8e0b9394af017d327e9df17651802c15066.tar.gz
zlib-7b4ad8e0b9394af017d327e9df17651802c15066.tar.bz2
zlib-7b4ad8e0b9394af017d327e9df17651802c15066.zip
Remove OpenIndiana workflow until resolved.
-rw-r--r--.github/workflows/others.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/others.yml b/.github/workflows/others.yml
index 11a7bcfb..d0fa6bd8 100644
--- a/.github/workflows/others.yml
+++ b/.github/workflows/others.yml
@@ -118,22 +118,22 @@ jobs:
118 cmake --build build/ 118 cmake --build build/
119 ctest --test-dir build 119 ctest --test-dir build
120 120
121 openindiana: 121# openindiana:
122 runs-on: ubuntu-latest 122# runs-on: ubuntu-latest
123 name: OpenIndiana 123# name: OpenIndiana
124 steps: 124# steps:
125 - uses: actions/checkout@v4 125# - uses: actions/checkout@v4
126 - name: OpenIndiana 126# - name: OpenIndiana
127 uses: vmactions/openindiana-vm@v0 127# uses: vmactions/openindiana-vm@v0
128 with: 128# with:
129 copyback: false 129# copyback: false
130 prepare: | 130# prepare: |
131 pkg install cmake gcc-14 make bzip2 131# pkg install cmake gcc-14 make bzip2
132 132
133 run: | 133# run: |
134 cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON 134# cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON
135 cmake --build build/ 135# cmake --build build/
136 ctest --test-dir build --output-on-failure 136# ctest --test-dir build --output-on-failure
137 137
138 solaris: 138 solaris:
139 runs-on: ubuntu-latest 139 runs-on: ubuntu-latest