Jenkinsfile: Update the "Required Compilers" since musl does not seem to support std::future when cross-compiling for Windows

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-06-10 22:51:38 +02:00
parent f88ceebf3a
commit 206549eb66
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -21,9 +21,9 @@ final String windowsSuffix = '-windows'
- Sidebar Link
- Workspace Cleanup
Required Compilers:
- Musl cross-compiling toolchains (archives ending in "-cross" from https://musl.cc/#binaries) for x86_64, i686, armel, armhf, aarch64, riscv64, x86_64-w64 and i686-w64, unzipped into /usr/, along with soft links from /usr/bin/ to the binaries
- Musl cross-compiling toolchains (archives ending in "-cross" from https://musl.cc/#binaries) for x86_64, i686, armel, armhf, aarch64 and riscv64, unzipped into /usr/, along with soft links from /usr/bin/ to the binaries
- Emscripten Clang (https://github.com/emscripten-core/emsdk) in /usr/share/
- MinGW32 G++/Clang (https://github.com/mstorsjo/llvm-mingw) for armhf and aarch64, unzipped into /usr/, along with soft links from /usr/bin/ to the binaries
- MinGW32 G++/Clang (https://github.com/mstorsjo/llvm-mingw) for x86_64, i686, armhf and aarch64, unzipped into /usr/, along with soft links from /usr/bin/ to the binaries
*/
pipeline {