Skip to content

Commit ac4870a

Browse files
committed
Merge branch 'trunk' into READ-555/add-unread-count-on-lists
2 parents abcc6a1 + 2ab46fb commit ac4870a

798 files changed

Lines changed: 24519 additions & 12086 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildkite/commands/build-desktop-mac.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ else
1414
export RELEASE_BUILD=false
1515
fi
1616

17-
# `desktop/.ruby-version` pins 3.3.0 but the a8c Buildkite mac VM image only
18-
# ships 3.2.2 (default) and 3.3.4. Override here so `bundle` resolves.
19-
# TODO: remove this and bump `desktop/.ruby-version` to 3.3.4 once
20-
# CircleCI's `wp-desktop-mac` job is decommissioned (its build runs
21-
# `rbenv global $(cat .ruby-version)`, and the cimg xcode-15.4 image
22-
# may not have 3.3.4, so we can't bump `.ruby-version` until then).
23-
export RBENV_VERSION=3.3.4
24-
2517
# Force `electron-builder` to sign even on PR builds, so reviewers can
2618
# install and exercise the produced app.
2719
#

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
agents:
1414
queue: mac
1515
env:
16-
IMAGE_ID: xcode-26.4.1
16+
IMAGE_ID: xcode-26.6
1717
plugins:
1818
- automattic/nvm#0.6.0
1919
command: .buildkite/commands/build-desktop-mac.sh

0 commit comments

Comments
 (0)