This repository provides a fixed mirror of third-party source packages used by the build system.
It ensures that automated builds (e.g., Azure Pipelines) can reliably download required dependencies even when upstream servers are unavailable.
During the build, scripts attempt to download each package from this repository first:
If a file is not found here, the build falls back to the package’s original upstream location.
- Unmodified source tarballs required for building .
- Files named consistently with their upstream versions.
- No patches or modified files — only original source archives.
- Upstream servers occasionally become unreachable.
- CI builds must remain reproducible and reliable.
- GitHub provides a free, highly available mirror for these files.
All files in this repository retain the license of their original upstream project.
No changes are made to the source packages stored here.