File tree Expand file tree Collapse file tree 5 files changed +4
-24
lines changed Expand file tree Collapse file tree 5 files changed +4
-24
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -eu
4
4
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
-
9
5
echo " --- :rubygems: Setting up Gems"
10
6
install_gems
11
7
Original file line number Diff line number Diff line change 2
2
3
3
set -eu
4
4
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
-
9
5
echo " --- :rubygems: Setting up Gems"
10
6
install_gems
11
7
Original file line number Diff line number Diff line change 2
2
3
3
set -eu
4
4
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
-
9
5
echo " --- :rubygems: Setting up Gems"
10
6
install_gems
11
7
Original file line number Diff line number Diff line change 2
2
common_params :
3
3
# Common plugin settings to use with the `plugins` key.
4
4
- &common_plugins
5
- - automattic/bash-cache#2.6 .0
5
+ - automattic/bash-cache#2.9 .0
6
6
# Common environment values to use with the `env` key.
7
7
- &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
13
9
14
10
# This is the default pipeline – it will build and test the app
15
11
steps :
Original file line number Diff line number Diff line change 2
2
common_params :
3
3
# Common plugin settings to use with the `plugins` key.
4
4
- &common_plugins
5
- - automattic/bash-cache#2.6 .0
5
+ - automattic/bash-cache#2.9 .0
6
6
# Common environment values to use with the `env` key.
7
7
- &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
13
9
14
10
# This is the default pipeline – it will build and test the app
15
11
steps :
You can’t perform that action at this time.
0 commit comments