From 1d33c25c56c8c7f25525f7cc394d8aa0900bd095 Mon Sep 17 00:00:00 2001 From: Username404 Date: Sun, 19 Jun 2022 11:55:22 +0200 Subject: [PATCH] Jenkinsfile: Remove the upx section in the tools comment Signed-off-by: Username404 --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 427a641..c2b219f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,6 @@ final String windowsSuffix = '-windows' - MinGW32 G++/Clang (https://github.com/mstorsjo/llvm-mingw) for x86_64, i686, armhf and aarch64, (unzip the content of the folder in the tar.xz file) in /usr/, along with soft links from /usr/bin/ to the binaries Optional Tools: - Ninja - - UPX (the devel branch is required because of a bug which is not fixed in the 3.96 version) */ pipeline {