23.2~4
- TAP(Test Automation Platform)
- Google Takeout(データバックアップ・ダウンロードプロダクト) の CI 事例
- モノリポのおかげで、すべてのコード変更は TAP を通るようになっている
- 日々5万件以上の修正+40億のテストケースを処理
https://github.com/bazelbuild/continuous-integration/issues/1431 | |
I found an interesting issue for Xcode 14.2 CI installation on Bazel Org. | |
I can't advise because I really have no idea what exactly they suffer from and I'm too noob... | |
But as a CI maintainer, hope this gist can help whoever is facing the same problem as I did. | |
※ Really useful article written by English speaker would be: https://macops.ca/xcode-14-new-platforms-packaging-format/ | |
Thanks a lot for the information, macops.ca! |
$ xcode-select -p | |
/Applications/Xcode/Xcode_14.2.app/Contents/Developer | |
$ xcrun simctl list | |
== Device Types == | |
iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s) | |
iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5) | |
iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s) | |
iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus) | |
iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6) |
$ xcode-select -p | |
/Applications/Xcode/Xcode_14.2.app/Contents/Developer | |
$ xcrun simctl list | |
== Device Types == | |
iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s) | |
iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5) | |
iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s) | |
iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus) | |
iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6) |