From bbcde17d494252cff9877c2dde854219c08d2094 Mon Sep 17 00:00:00 2001 From: pptx704 Date: Sun, 3 May 2026 03:32:41 +0600 Subject: [PATCH] Updated static link check for envd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41b9251..5ac341e 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ build-agent: build-envd: cd envd-rs && ENVD_COMMIT=$(COMMIT) cargo build --release --target x86_64-unknown-linux-musl @cp envd-rs/target/x86_64-unknown-linux-musl/release/envd $(BIN_DIR)/envd - @file $(BIN_DIR)/envd | grep -q "statically linked" || \ + @file $(BIN_DIR)/envd | grep -q "static-pie linked" || \ (echo "ERROR: envd is not statically linked!" && exit 1) # ═══════════════════════════════════════════════════