From 4eabeac0c3b45ab72444c9503e2765df9d23840a Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 12 Mar 2021 21:19:37 +0800 Subject: [PATCH] buid: keep to use upx compression --- .github/workflows/lo-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index 8df7405..5ae6045 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -80,10 +80,9 @@ jobs: rm -rf build_dir staging_dir; mv sdk/*/build_dir ./ && rsync -a --ignore-existing sdk/*/staging_dir/ ./staging_dir/ rm -rf sdk fi - #ln -sf /usr/bin/upx-ucl staging_dir/host/bin/upx sed -i '/\(tools\|toolchain\)\/Makefile/d' Makefile echo -e '# CONFIG_SIGNED_PACKAGES is not set\n' >> .config - grep -l -r --include=\Makefile '(STAGING_DIR_HOST)/bin/upx ' | xargs -n1 -i sed -i '/upx/d' {} + #grep -l -r --include=\Makefile '(STAGING_DIR_HOST)/bin/upx ' | xargs -n1 -i sed -i '/upx/d' {} make defconfig