-
Notifications
You must be signed in to change notification settings - Fork 253
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
Force DEVELOPER_DIR for pipeline steps #1672
Conversation
@@ -282,7 +282,7 @@ steps: | |||
env: | |||
DEBUG: true | |||
LANG: "en_US.UTF-8" | |||
DEVELOPER_DIR: "/Applications/Xcode11.7.app" | |||
DEVELOPER_DIR: "/Applications/Xcode11.app" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably not a problem if the build works, but I notice that RN 0.63 builds with Xcode 12 in the main RN pipeline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm the only reason that this would have been added is because that it was building on the old ms-mac-10-15 queue. I'll double check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step used to be on the opensource-mac-rn
queue which was the old 10-15 macs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, there's a fair bit of history in these pipelines. If they both build I think it's fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending successful CI.
Goal
Set the
DEVELOPER_DIR
for each step as required so that we set which version of Xcode we want to use.Changeset
Add the environment variable
DEVELOPER_DIR
for each step that requires it.Testing
Automated Tests have been run.