1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 14:26:46 +00:00

build: Disable CGO for analyze-go and status-go binaries.

This commit is contained in:
Tw93
2025-12-21 21:38:39 +08:00
parent b3b2a83613
commit 73cf2dff96
4 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
set -euo pipefail
export CGO_ENABLED=0
cd "$(dirname "$0")/.."
# Check if Go is installed

View File

@@ -4,6 +4,8 @@
set -euo pipefail
export CGO_ENABLED=0
cd "$(dirname "$0")/.."
if ! command -v go > /dev/null 2>&1; then