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

Update to a current version of libcxx and libcxxabi #588

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

jason-simmons
Copy link
Member

@jason-simmons jason-simmons commented Jul 12, 2022

This also updates the engine's minimum required version of macOS to 10.13

@chinmaygarde
Copy link
Member

I believe this is good to go. Filed flutter/flutter#107492 to track updating the min deployment target.

@@ -10,7 +10,7 @@ declare_args() {

# The MACOSX_DEPLOYMENT_TARGET variable used when compiling.
# Must be of the form x.x.x for Info.plist files.
mac_deployment_target = "10.11.0"
mac_deployment_target = "10.12.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to 10.13? See flutter/flutter#107492 (comment)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should mac_sdk_min also be bumped to 10.13?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it should if everything happily compiles...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated mac_sdk_min to 10.13 and confirmed that the engine builds and runs

Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes to make this 10.13

@jason-simmons jason-simmons force-pushed the libcxx_update_070822 branch from a331a4b to de30581 Compare July 15, 2022 19:04
This also updates the engine's minimum required version of macOS to 10.13
@jason-simmons jason-simmons force-pushed the libcxx_update_070822 branch from de30581 to dca5607 Compare July 15, 2022 20:47
Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

3 participants