Skip to content

Commit 0e7c65e

Browse files
Update bash-cache and upgrade Xcode to 14.0.1
1 parent 1407e4f commit 0e7c65e

File tree

5 files changed

+4
-24
lines changed

5 files changed

+4
-24
lines changed

.buildkite/commands/build-and-test-app-store.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
set -eu
44

5-
# FIXIT-13.1: Temporary fix until we're on the Xcode 13.1 VM
6-
echo "--- :rubygems: Fixing Ruby Setup"
7-
gem install bundler
8-
95
echo "--- :rubygems: Setting up Gems"
106
install_gems
117

.buildkite/commands/build-and-test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
set -eu
44

5-
# FIXIT-13.1: Temporary fix until we're on the Xcode 13.1 VM
6-
echo "--- :rubygems: Fixing Ruby Setup"
7-
gem install bundler
8-
95
echo "--- :rubygems: Setting up Gems"
106
install_gems
117

.buildkite/commands/build-and-upload-release.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
set -eu
44

5-
# FIXIT-13.1: Temporary fix until we're on the Xcode 13.1 VM
6-
echo "--- :rubygems: Fixing Ruby Setup"
7-
gem install bundler
8-
95
echo "--- :rubygems: Setting up Gems"
106
install_gems
117

.buildkite/pipeline.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
common_params:
33
# Common plugin settings to use with the `plugins` key.
44
- &common_plugins
5-
- automattic/bash-cache#2.6.0
5+
- automattic/bash-cache#2.9.0
66
# Common environment values to use with the `env` key.
77
- &common_env
8-
# Remember to address all "FIXIT-13.1" comments when we'll update to new image.
9-
#
10-
# `xcode-13.4.1` note: The issue "FIXIT-13.1" addresses is still there in this image.
11-
# See: https://buildkite.com/automattic/wordpress-ios/builds/8187#01813c28-1c1d-4a25-95c0-0fdd6f2af399
12-
IMAGE_ID: xcode-13.4.1
8+
IMAGE_ID: xcode-14.0.1
139

1410
# This is the default pipeline – it will build and test the app
1511
steps:

.buildkite/release-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
common_params:
33
# Common plugin settings to use with the `plugins` key.
44
- &common_plugins
5-
- automattic/bash-cache#2.6.0
5+
- automattic/bash-cache#2.9.0
66
# Common environment values to use with the `env` key.
77
- &common_env
8-
# Remember to address all "FIXIT-13.1" comments when we'll update to new image.
9-
#
10-
# `xcode-13.4.1` note: The issue "FIXIT-13.1" addresses is still there in this image.
11-
# See: https://buildkite.com/automattic/wordpress-ios/builds/8187#01813c28-1c1d-4a25-95c0-0fdd6f2af399
12-
IMAGE_ID: xcode-13.4.1
8+
IMAGE_ID: xcode-14.0.1
139

1410
# This is the default pipeline – it will build and test the app
1511
steps:

0 commit comments

Comments
 (0)