Skip to content

Commit 1a89e20

Browse files
author
Steve Kirkland
committedDec 12, 2024
Only set XCODE_VERSION on steps that need it
[full ci]
1 parent 63e35b0 commit 1a89e20

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎.buildkite/unreal.4.27.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ agents:
33

44
env:
55
UE_VERSION: "4.27"
6-
XCODE_VERSION: "13.2.1"
76

87
steps:
98
- group: ":hammer: Builds UE 4.27"
109
steps:
1110
- label: ":macos: Build Plugin - 4.27"
1211
key: plugin_4_27
1312
timeout_in_minutes: 20
13+
env:
14+
XCODE_VERSION: "13.2.1"
1415
commands:
1516
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
1617
- make package
@@ -25,6 +26,8 @@ steps:
2526
key: android_fixture_4_27
2627
depends_on: plugin_4_27
2728
timeout_in_minutes: 15
29+
env:
30+
XCODE_VERSION: "13.2.1"
2831
commands:
2932
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
3033
- features/scripts/build-fixture.sh Android
@@ -40,6 +43,8 @@ steps:
4043
key: ios_fixture_4_27
4144
depends_on: plugin_4_27
4245
timeout_in_minutes: 15
46+
env:
47+
XCODE_VERSION: "13.2.1"
4348
commands:
4449
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
4550
- features/scripts/build-fixture.sh IOS
@@ -55,6 +60,8 @@ steps:
5560
key: mac_fixture_4_27
5661
depends_on: plugin_4_27
5762
timeout_in_minutes: 15
63+
env:
64+
XCODE_VERSION: "13.2.1"
5865
commands:
5966
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
6067
- features/scripts/build-fixture.sh Mac

0 commit comments

Comments
 (0)