From 070ee70949fa6547a8dc9dd23cc08715f76d279a Mon Sep 17 00:00:00 2001 From: xinian Date: Sun, 8 Mar 2026 17:16:42 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=20upx=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=AD=A5=E9=AA=A4=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/my-first-workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index fe7bf961f..1310da2e6 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -56,7 +56,7 @@ steps: # - ssh-keyscan -H github.com > /root/.ssh/known_hosts # - chmod 600 /root/.ssh/known_hosts # - echo "🔍 ${#CI_REPO_CLONE_SSH_URL}调试: ${CI_REPO_CLONE_SSH_URL}" - - apt install upx + - git config --global core.compression 0 - export GIT_CONFIG_URL="https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing" - echo "🔍 $CNB_ACCK调试: $GIT_CONFIG_URL" @@ -77,7 +77,7 @@ steps: GO111MODULE: on GOSUMDB: off commands: - + - apt install upx - cd blazing - mkdir -p build - BIN_NAME="login_${CI_PIPELINE_CREATED}"