Skip to content
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

Merged
merged 3 commits into from
Jan 26, 2022
Merged

Conversation

joshedney
Copy link
Contributor

@joshedney joshedney commented Jan 24, 2022

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.

@joshedney joshedney self-assigned this Jan 24, 2022
@@ -282,7 +282,7 @@ steps:
env:
DEBUG: true
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode11.7.app"
DEVELOPER_DIR: "/Applications/Xcode11.app"
Copy link
Contributor

@twometresteve twometresteve Jan 24, 2022

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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

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

Copy link
Contributor

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.

Copy link
Contributor

@twometresteve twometresteve left a 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.

@github-actions
Copy link

github-actions bot commented Jan 24, 2022

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 42.85 kB 13.07 kB
After 42.85 kB 13.07 kB
± No change No change

code coverage diff

Coverage values did not change👌.

Total:

Lines Branches Functions Statements
0%(+0%) 0%(+0%) 0%(+0%) 0%(+0%)

Generated by 🚫 dangerJS against aaa1bfb

@joshedney joshedney merged commit b8c6357 into next Jan 26, 2022
@joshedney joshedney deleted the je/force-developer-dir branch January 26, 2022 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants