Skip to content

Fix iOS Harness ASan compiler path - #1417

Merged
mrousavy merged 1 commit into
mainfrom
codex/fix-ios-asan-compiler
Jun 25, 2026
Merged

Fix iOS Harness ASan compiler path#1417
mrousavy merged 1 commit into
mainfrom
codex/fix-ios-asan-compiler

Conversation

@mrousavy

Copy link
Copy Markdown
Member

What

Restore the explicit Xcode clang/clang++ compiler and linker paths for the iOS Harness build.

Why

The main Harness iOS run started failing only for Harness iOS (ASan, new architecture) after the previous cleanup removed these lines. Comparing the last green PR commit (498db21f) with the first failing PR commit (833a98f8) shows this was the only workflow diff.

The failed ASan build reports:

  • Explicit modules is enabled but the compiler was not recognized
  • Could not get lib darwin path

The workflow also installs ccache symlinks for clang/clang++, so without the explicit xcrun paths Xcode can pick up the launcher instead of its real compiler. The restored lines are the known-green setup.

Validation

  • Parsed .github/workflows/harness-ios.yml with Ruby YAML
  • Ran git diff --check

@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nitro-docs Ready Ready Preview, Comment Jun 25, 2026 1:52pm

Request Review

@mrousavy
mrousavy merged commit 4d4d6c8 into main Jun 25, 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