-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use Xcode 26.6 and Ruby 3.4.9 #25748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
636c572
Require Xcode 26.6 in CI
mokagio 62afedf
Use Ruby 3.4.9 and re-bundle with latest Bundler, 4.0.15
mokagio 570a469
Trust FelixHerrmann tap for newer Homebrew
mokagio 281e8b0
Drop dead BUNDLE_SPECIFIC_PLATFORM bundler setting
mokagio f9e72e1
Remove verbose AI comment
mokagio 05032c0
Extract swift-package-list install to shared script
mokagio edebc80
Disable Homebrew ask-mode to unblock CI installs
mokagio 9c180e3
Merge branch 'trunk' into ainfra-2600-use-ruby-349-in-wordpress-ios
mokagio 574dd2e
Move one CI log header print to the script the log is about
mokagio a3b8524
Double quote to avoid word splitting in `build-for-testing.sh`
mokagio c3a0048
Only run `brew trust` where available
mokagio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| #!/bin/bash -eu | ||
|
|
||
| echo "--- :beer::swift: Installing swift-package-list via Homebrew" | ||
| brew tap FelixHerrmann/tap | ||
| if brew help trust >/dev/null 2>&1; then | ||
| brew trust FelixHerrmann/tap | ||
| fi | ||
| brew install swift-package-list | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,13 @@ | ||
| #!/bin/bash -eu | ||
|
|
||
| # Homebrew 6 ask-mode prompts before installing dependencies and hangs on the CI PTY. | ||
| export HOMEBREW_NO_ASK=1 | ||
|
|
||
| echo "--- :beer: Installing Homebrew Dependencies" | ||
| # Sentry CLI needs to be up-to-date | ||
| brew upgrade sentry-cli | ||
|
|
||
| brew tap FelixHerrmann/tap | ||
| brew install swift-package-list | ||
| "$(dirname "${BASH_SOURCE[0]}")/install-swift-package-list.sh" | ||
|
|
||
| brew install imagemagick | ||
| brew install ghostscript |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,4 +3,4 @@ BUNDLE_PATH: "vendor/bundle" | |
| BUNDLE_JOBS: "3" | ||
| BUNDLE_WITHOUT: "screenshots" | ||
| BUNDLE_RETRY: "3" | ||
| BUNDLE_SPECIFIC_PLATFORM: "false" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This config is no longer used by Bundler |
||
| BUNDLE_FORCE_RUBY_PLATFORM: "true" | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 3.2.2 | ||
| 3.4.9 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 26.4.1 | ||
| 26.6 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -399,4 +399,4 @@ DEPENDENCIES | |
| rubocop-rake (~> 0.7) | ||
|
|
||
| BUNDLED WITH | ||
| 2.4.22 | ||
| 4.0.15 | ||
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.
Uh oh!
There was an error while loading. Please reload this page.