mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
redist tasks are designed for end users; the configuration targets dynamic _loading_ rather than dynamic linking, which improves overall compatibility. sysroot tasks are designed for regression testing; the Steam Runtime's sysroot prefers dynamic _linking_ rather than dynamic loading, since it knows exactly what will be in the sysroot anyway, but customers can't use these binaries to ship outside of the container environment. This improves our CI output too: redist tasks generate an artifact, while the sysroot tasks do not. This makes it clearer that _all_ of the steamrt artifacts listed are all usable for developers not necessarily requiring the entire Steam Runtime. |
||
|---|---|---|
| .. | ||
| actions | ||
| cmake | ||
| workflows | ||
| PULL_REQUEST_TEMPLATE.md | ||