Jenkinsfile: Remove the upx section in the tools comment

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-06-19 11:55:22 +02:00
parent 219fb02a57
commit 1d33c25c56
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -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 {