Commit Graph
9 Commits
Author SHA1 Message Date
admin b60fab4477 Avoid duplicate Gitea LFS auth headers 2026-07-28 11:29:31 -07:00
admin 3f1ff74c8e Expose fresh LFS verification failures 2026-07-28 11:17:50 -07:00
admin 3e23594695 Add fresh Gitea LFS verification mode 2026-07-28 11:06:51 -07:00
admin 641c408c26 Route CI LFS through Gitea 2026-07-28 09:59:45 -07:00
adminandGitHub d029ed298e Reduce Beast Effects texture import sizes (#7233)
* Reduce beast effect texture import sizes

* Fall back to GitHub LFS for missing mirror objects

* Disable local LFS filter process for non-LFS checkouts
2026-06-15 06:33:28 -07:00
adminandGitHub 441be82e45 Use Unity .NET profile for standalone builds (#7229)
* Use Unity .NET profile for standalone builds

* Use repo-local Git LFS config in CI

* Upload Windows Addressables directly from Unity CI
2026-06-14 21:20:06 -07:00
adminandGitHub 0bac3ab38f Scope non-LFS checkout config (#7035) 2026-06-10 12:01:13 -07:00
adminandGitHub 758ae6d44f Ensure Bazel is available in self-hosted workflows (#6785)
* Ensure Bazel is available in self-hosted workflows

* Allow Bazel CI to use Command Line Tools

* Set macOS C++ deployment target for Bazel

* Use Bazel macOS minimum OS flags

* Raise macOS Bazel deployment target for filesystem

* Ensure git-lfs is available for CI fetches

* Authenticate CI LFS fetches with workflow token

* Disable stale LFS hooks during CI checkout

* Disable LFS filters during CI checkout

* Prepare Git LFS before persistent checkout

* Harden generated Bazel rc and LFS auth

* Let Xcode sync skip without full Xcode

* Harden Unity build cache markers

* Require full Xcode for mactools sync
2026-05-29 07:52:17 -07:00
52a7accfa2 Retry LFS pull to handle Gitea mirror sync race (#6540)
Gitea's mirror-sync API is async — the GitHub webhook triggers it but
returns 200 before the sync completes. CI runners can start git lfs pull
before new LFS objects are available on Gitea. Extract LFS fetch into a
shared script with retry logic (5 attempts, 15s backoff) to bridge the
gap.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 06:59:13 -07:00