From c0c401efebf27af58b91309b381d7d3eae870a64 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 12 May 2026 07:59:38 +0200 Subject: [PATCH] build: temporarily disable illumos for release They let the domain/DNSSEC expire, I need the build to pass. Signed-off-by: Jakob Borg --- .github/workflows/build-syncthing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index 41bb049fd..679065bba 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -159,7 +159,7 @@ jobs: needs: - build-test - package-linux - - package-illumos + # - package-illumos - package-cross - package-source - package-debian @@ -645,7 +645,7 @@ jobs: needs: - codesign-windows - package-linux - - package-illumos + # - package-illumos - package-macos - package-cross - package-source