Skip to content

Commit 55cfc7d

Browse files
authored
ci(0.76): Download All Platforms with Xcode (#2335)
* ci(0.76): Download All Platforms with Xcode * f * f
1 parent 385cbb7 commit 55cfc7d

2 files changed

Lines changed: 9 additions & 16 deletions

File tree

.ado/jobs/build-test-rntester.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,6 @@ jobs:
9898
steps:
9999
- template: /.ado/templates/apple-tools-setup.yml@self
100100

101-
- ${{ if in(slice.sdk, 'xros', 'xrsimulator') }}:
102-
- script: |
103-
set -eox pipefail
104-
# https://github.com/actions/runner-images/issues/10559
105-
sudo xcodebuild -runFirstLaunch
106-
sudo xcrun simctl list
107-
sudo xcodebuild -downloadPlatform visionOS
108-
sudo xcodebuild -runFirstLaunch
109-
displayName: Download visionOS SDK
110-
111101
- script: |
112102
yarn install
113103
displayName: Install npm dependencies
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
steps:
22
- task: NodeTool@0
33
inputs:
4-
versionSpec: '18.x'
4+
versionSpec: '23.x'
55

6-
- task: CmdLine@2
7-
displayName: 'brew bundle'
8-
inputs:
9-
script: |
10-
brew bundle --file .ado/Brewfile
6+
- script: |
7+
brew bundle --file .ado/Brewfile
8+
displayName: 'Install Homebrew dependencies'
119
1210
- script: |
1311
sudo xcode-select --switch $(xcode_version)
1412
displayName: Use $(xcode_friendly_name)
13+
14+
- script: |
15+
xcodebuild -downloadAllPlatforms
16+
sudo xcodebuild -runFirstLaunch
17+
displayName: 'Download Xcode Platforms'

0 commit comments

Comments
 (0)