Skip to content

Commit 04b6c56

Browse files
authored
build/bot: remove xctool invocation in macos build script (#24918)
1 parent 8cab5e1 commit 04b6c56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/bot/macos-build.sh

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

33
set -e -x
44

5+
# -- Check XCode version
6+
xcodebuild -version
7+
# xcrun simctl list
8+
59
# -- Build for macOS and upload to Azure
610
go run build/ci.go install -dlgo
711
go run build/ci.go archive -type tar # -signer OSX_SIGNING_KEY -upload gethstore/builds
@@ -14,9 +18,5 @@ go run build/ci.go archive -type tar # -signer OSX_SIGNING_KEY -upload gethstore
1418
# git clone --depth=1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
1519
# pod setup --verbose
1620

17-
# -- Check XCode version
18-
xctool -version
19-
xcrun simctl list
20-
2121
# # -- Build for iOS and upload to Azure
2222
# go run build/ci.go xcode -signer IOS_SIGNING_KEY -upload gethstore/builds

0 commit comments

Comments
 (0)