| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
archive.ubuntu.com has 8+ second connect times from our runners (and
locally). The EC2 regional mirror should resolve within the same
network, avoiding the slow external path.
|
| |
|
|
|
|
|
| |
Add a diagnostics step before Docker builds that checks DNS resolution
and download speed to archive.ubuntu.com and dl.winehq.org to help
identify runner network issues. Also enable --progress=plain for full
build output visibility.
|
| |
|
|
|
|
|
|
| |
The Wine installation layer was being rebuilt from scratch on every CI
run due to no layer caching on ephemeral runners. Pull a stable
latest-wine/latest-linux cache tag before building and embed cache
metadata with BUILDKIT_INLINE_CACHE so subsequent builds reuse the
expensive Wine/apt layer.
|
|
|
Split create_release.yml into a lightweight gate that checks for an existing git tag and a reusable workflow (create_release_impl.yml) containing all build/release jobs. When VERSION.txt is merged to a non-release branch the tag check short-circuits the entire workflow, preventing duplicate builds and failed artifact uploads.
|