feat: disable upx as it is too slow
Some checks failed
push / build (push) Has been cancelled

This commit is contained in:
张泊明518370910136 2025-06-19 06:57:45 -04:00
parent 7b942e32b4
commit fce8362ff1
GPG Key ID: CA088E6D9284F870

View File

@ -8,9 +8,9 @@ prepare:
git submodule update --init --remote git submodule update --init --remote
$(MAKE) -C JOJ3 $(MAKE) -C JOJ3
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/ cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
ls -lha bin # ls -lha bin
upx --best bin/joj3 bin/repo-health-checker # upx --best bin/joj3 bin/repo-health-checker
ls -lha bin # ls -lha bin
force-build: prepare force-build: prepare
docker build --no-cache -t $(IMAGE_NAME) . docker build --no-cache -t $(IMAGE_NAME) .