Skip to content

ci: fix iOS build (Metal Toolchain) and disable unit tests#2

Merged
blazejkustra merged 1 commit into
mainfrom
ci/fix-build-ios-disable-tests
Jun 28, 2026
Merged

ci: fix iOS build (Metal Toolchain) and disable unit tests#2
blazejkustra merged 1 commit into
mainfrom
ci/fix-build-ios-disable-tests

Conversation

@blazejkustra

Copy link
Copy Markdown
Owner

What

  • build-ios: add a xcodebuild -downloadComponent MetalToolchain step. Xcode 26 ships without the Metal Toolchain, so compiling the Metal shaders (MorphView-MorphViewShaders) failed with cannot execute tool 'metal' due to missing Metal Toolchain.
  • test: remove the test job for now. The @react-native/jest-preset@0.85.0 pulls jest-29 internals that are incompatible with the project's jest 30 (clearMocksOnScope is not a function), and there are no real tests yet.

Pushed to verify CI.

@blazejkustra blazejkustra merged commit 8462be2 into main Jun 28, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant