File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
21
21
include :
22
22
- arch : x86_64
23
23
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
25
25
cc : x86_64-linux-musl-gcc
26
26
cxx : x86_64-linux-musl-g++
27
27
ldflags : " -static"
28
28
# - arch: armv7lh # ARMv7 little-endian hard-float
29
29
# conan_arch: armv7hf
30
- # toolchain: http ://musl.cc/armv7l-linux-musleabihf-cross.tgz
30
+ # toolchain: https ://musl.cc/armv7l-linux-musleabihf-cross.tgz
31
31
# cc: armv7l-linux-musleabihf-gcc
32
32
# cxx: armv7l-linux-musleabihf-g++
33
33
- arch : aarch64
34
34
conan_arch : armv8
35
- toolchain : http ://musl.cc/aarch64-linux-musl-cross.tgz
35
+ toolchain : https ://musl.cc/aarch64-linux-musl-cross.tgz
36
36
cc : aarch64-linux-musl-gcc
37
37
cxx : aarch64-linux-musl-g++
38
38
ldflags : " -static"
You can’t perform that action at this time.
0 commit comments