File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
2121 include :
2222 - arch : x86_64
2323 conan_arch : x86_64
24- toolchain : http ://musl.cc/x86_64-linux-musl-cross.tgz
24+ toolchain : https ://musl.cc/x86_64-linux-musl-cross.tgz
2525 cc : x86_64-linux-musl-gcc
2626 cxx : x86_64-linux-musl-g++
2727 ldflags : " -static"
2828 # - arch: armv7lh # ARMv7 little-endian hard-float
2929 # conan_arch: armv7hf
30- # toolchain: http ://musl.cc/armv7l-linux-musleabihf-cross.tgz
30+ # toolchain: https ://musl.cc/armv7l-linux-musleabihf-cross.tgz
3131 # cc: armv7l-linux-musleabihf-gcc
3232 # cxx: armv7l-linux-musleabihf-g++
3333 - arch : aarch64
3434 conan_arch : armv8
35- toolchain : http ://musl.cc/aarch64-linux-musl-cross.tgz
35+ toolchain : https ://musl.cc/aarch64-linux-musl-cross.tgz
3636 cc : aarch64-linux-musl-gcc
3737 cxx : aarch64-linux-musl-g++
3838 ldflags : " -static"
You can’t perform that action at this time.
0 commit comments