[DO NOT MERGE] ci: RN e2e pod install --verbose repro#1305
Closed
msonnb wants to merge 3 commits into
Closed
Conversation
Throwaway change to expose the real CocoaPods error hidden by --silent in the react-native (macos-15) e2e job. Do not merge. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Fixes react-native (macos-15) pod install failing at glog's configure
step ('missing' script too old vs runner autoconf/automake).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Throwaway draft PR off master with a single change:
pod install --silent→--verboseinsrc/react-native/cocoapod.ts.Purpose: surface the real CocoaPods error that
--silenthides in the failingreact-native E2E Tests (macos-15)job. Confirmed pre-existing on master (see closed #1304), unrelated to #1303.Will be closed and the branch deleted once we capture the verbose error. Do not merge or review.