From 15e04f9407476de401636dac1bf05a5fc68c0f1d Mon Sep 17 00:00:00 2001 From: Nishi Date: Fri, 15 May 2026 01:42:07 +0900 Subject: [PATCH] dont build debug --- Jenkinsfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4c72ece..861c947 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,18 +17,6 @@ pipeline { archiveArtifacts("taiga-linux64") } } - stage("Build for Linux 64-bit (Debug)") { - agent { - label "built-in" - } - steps { - sh("git submodule update --init --recursive --force") - sh("make clean") - sh("make -j4 CC='musl-gcc -g' LDFLAGS=-static") - sh("mv taiga taiga-debug-linux64") - archiveArtifacts("taiga-debug-linux64") - } - } stage("Build for Windows 32-bit") { agent { label "built-in"