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,17 +21,17 @@ jobs:
2121 include :
2222 - arch : x86_64
2323 conan_arch : x86_64
24- toolchain : https://github.com/cross-tools/musl-cross /releases/download/20250815 /x86_64-unknown- linux-musl.tar.xz
24+ toolchain : https://github.com/netboxlabs/pktvisor /releases/download/toolchains /x86_64-linux-musl-cross.tgz
2525 cc : x86_64-unknown-linux-musl-gcc
2626 cxx : x86_64-unknown-linux-musl-g++
2727 # - arch: armv7lh # ARMv7 little-endian hard-float
2828 # conan_arch: armv7hf
29- # toolchain: https://github.com/cross-tools/musl-cross /releases/download/20250815/armv7-unknown- linux-musleabihf.tar.xz
29+ # toolchain: https://github.com/netboxlabs/pktvisor /releases/download/toolchains/armv7l- linux-musleabihf-cross.tgz
3030 # cc: armv7l-linux-musleabihf-gcc
3131 # cxx: armv7l-linux-musleabihf-g++
3232 - arch : aarch64
3333 conan_arch : armv8
34- toolchain : https://github.com/cross-tools/musl-cross /releases/download/20250815 /aarch64-unknown- linux-musl.tar.xz
34+ toolchain : https://github.com/netboxlabs/pktvisor /releases/download/toolchains /aarch64-linux-musl-cross.tgz
3535 cc : aarch64-unknown-linux-musl-gcc
3636 cxx : aarch64-unknown-linux-musl-g++
3737 env :
6565 if : steps.cache-toolchain.outputs.cache-hit != 'true'
6666 run : |
6767 mkdir -p toolchain
68- curl -L "${{matrix.toolchain}}" | tar -C toolchain -xJ --strip-components=1
68+ curl -L "${{matrix.toolchain}}" | tar -C toolchain -xz --strip-components=1
6969
7070 - name : Install Conan
7171 run : pip install --no-cache-dir conan --force-reinstall
You can’t perform that action at this time.
0 commit comments