You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): compile default.metallib from .metal sources instead of searching for binary
The .metal shader sources are tracked in git but default.metallib is
gitignored (*.metallib rule). Previous approach searched for a pre-built
binary that CI never has. Now compiles fresh from the 39 tracked .metal
source files using xcrun metal + metallib — guaranteed version-matched
to the Swift binary by construction since it uses the same source files.
0 commit comments