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:
parent
f88ceebf3a
commit
206549eb66
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue