Skip to content

Vtxdeo/vtx-toolchains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VTX Toolchains

High-availability Musl cross-compilation toolchains mirror for the VTX ecosystem.

This repository automatically synchronizes and repacks static toolchains from musl.cc. It serves as the primary compiler source for vtx-ffmpeg-release to ensure CI stability and build determinism.

Supported Toolchains

Architecture Target Triple Source Status
x86_64 x86_64-linux-musl musl.cc Sync
AArch64 aarch64-linux-musl musl.cc Sync
ARMv7 arm-linux-musleabi musl.cc Sync
MIPS mipsel-linux-musl musl.cc Sync
RISC-V riscv64-linux-musl musl.cc Sync

Usage in CI

# Example: Download x86_64 toolchain
wget [https://github.com/Vtxdeo/vtx-toolchains/releases/download/toolchain-latest/x86_64-linux-musl-cross.tgz](https://github.com/Vtxdeo/vtx-toolchains/releases/download/toolchain-latest/x86_64-linux-musl-cross.tgz)

License

Repackaged scripts are under MIT License. The toolchains themselves are subject to the licenses of their respective upstream projects (GCC, Musl, Binutils).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages