From c36d6dd17d6fb1d7637429eb2f0dd5638cf6f001 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 28 Nov 2024 14:23:23 -0500 Subject: [PATCH] chore: skip upx for faster build --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7e74149..6f3ba73 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 JOJ3/build/teapot-checker bin/ - ls -lha bin - upx --best bin/* - ls -lha bin + # ls -lha bin + # upx --best bin/* + # ls -lha bin force-build: prepare docker build --no-cache -t $(IMAGE_NAME) .