From fce8362ff17b5f9eaa9728edce89f5e672876c7d Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 19 Jun 2025 06:57:45 -0400 Subject: [PATCH] feat: disable upx as it is too slow --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5d9ffc1..128da83 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ prepare: git submodule update --init --remote $(MAKE) -C JOJ3 cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/ - ls -lha bin - upx --best bin/joj3 bin/repo-health-checker - ls -lha bin + # ls -lha bin + # upx --best bin/joj3 bin/repo-health-checker + # ls -lha bin force-build: prepare docker build --no-cache -t $(IMAGE_NAME) .