-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Infra] Enable client_app / client-app-cocoapods
job
#11914
Conversation
Expecting at least one failure related to using a modular import in an AppCheck public header (I reproduced such failure locally). |
f5c8115
to
63d6b45
Compare
63d6b45
to
6cf709e
Compare
client_app / client-app-cocoapods
job
Coverage Report 1Affected Products
Test Logs |
Resolved convos and turned on auto-submit. |
Worth leaving a kudos for not just fixing my AppCheck C++ compile error but doing the usually unsung Proper Software Engineering Work of making sure the testing rig repro'd it and then the fix actually fixed the automated tests etc. I already appreciate the permanent quality improvement :-) |
Thanks @mikehardy! 🙂 |
Context
We had to wait for Ventura (which is required for 14.3) to land on GHA so we could enable these on CI.Edit: We did not need to wait for Ventura. I had passed the-fcxxmodules
flag which led to issues pre-Xcode 14.3 BUT that flag shouldn't be used by clients because C++ modules are not really stable. So, when removing the-fcxxmodules
flag (and the test file that tested module imports in a C++ context), the weird issues that made me originally want to wait for running on 14.3 are no longer relevant.#no-changelog