From d904f3d2382dd180d2d182d8feaa9a9c753a03f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Thu, 30 Apr 2026 21:33:55 +0000 Subject: [PATCH] Delete scripts/build_illumos.sh --- scripts/build_illumos.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 scripts/build_illumos.sh diff --git a/scripts/build_illumos.sh b/scripts/build_illumos.sh deleted file mode 100644 index 33e9f99..0000000 --- a/scripts/build_illumos.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -# - # Copyright 2026 Safronov Grigorii - # - # Licensed under the CDDL, Version 1.0 (the "License"); - # you may not use this file except in compliance with the License. - # - # You may obtain a copy of the License at - # https://opensource.org/licenses/CDDL-1.0 - # - -# Специальная сборка для Illumos (OpenIndiana Hipster / OmniOS) - -export GOOS=illumos -export GOARCH=amd64 -export CGO_ENABLED=1 - -echo "🔧 Building for Illumos..." -go build -tags=illumos -o futriis-illumos ./cmd/futriis -echo "✅ Done: futriis-illumos"