Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[fuchsia] Re-add diagnostics directory to the set of remote dirs (#14566) #15094

Closed
wants to merge 310 commits into from

Conversation

miguelfrde
Copy link
Member

@miguelfrde miguelfrde commented Jan 2, 2020

This reverts commit 4312d37. (#14470)

Once https://fuchsia-review.googlesource.com/c/topaz/+/351729 lands and rolls, the
diagnostics directory will be present, this would be safe to do and the
roller won't be blocked again.

chinmaygarde and others added 30 commits May 9, 2017 17:13
To be followed by a patch to tools/gn in the engine to eliminate
overriding this value.
…lutter#76)

Prevents from setting dart.exe incorrectly to read-only which causes trouble when the bot tries to delete it.
* Checkout prebuilt dart into same location where standalone dart sdk expects it.

* Refactor. Remove correct folder
…r#87)

Our minimum supported iOS version was 8.0. But the SDK we used was the first one returned by “xcodebuild —version —sdk”. Now we are explicit about that version too. This way, we can use newer features guarded by the appropriate version checks. If the Xcode installed on the host is too old or does not include the appropriate SDK, the GN step itself will terminate with a error.
chinmaygarde and others added 15 commits October 4, 2019 21:06
…x. (#326)

Unblocks flutter#13123

* We should only enable static thread safety checks for Flutter translation units. Not all third party code is correctly annotated for static checks. This will be enabled seprately in //flutter.
* Allow third party users of libcxx to use RTTI (used by ICU).
This new flag will be used by Skia GN rules to determine if it should be built
using the Fuchsia SDK. This is to support standalone builds of Skia using the
Fuchsia SDK (it could previously only be built with the Fuchsia SDK as part
of Flutter).
The WEBP_EXTERN macro is overriden by Flutter because the default implementation sets symbol visibility to default instead of hidden.
- Cleanup state when roll PR is manually merged
- Change merge strategy from rebase to squash to include PR #'s in
commit descriptions
@auto-assign auto-assign bot requested a review from jason-simmons January 2, 2020 19:06
@cbracken cbracken requested review from iskakaushik and gw280 January 6, 2020 19:14
@cbracken cbracken changed the title Revert "Revert "[fuchsia] Add diagnostics directory to the set of rem… [fuchsia] Re-add diagnostics directory to the set of remote dirs Jan 6, 2020
@cbracken cbracken changed the title [fuchsia] Re-add diagnostics directory to the set of remote dirs [fuchsia] Re-add diagnostics directory to the set of remote dirs (#14566) Jan 6, 2020
@iskakaushik
Copy link
Contributor

could you also incorporate the changes in #14565 to this PR?

@miguelfrde
Copy link
Member Author

@iskakaushik done!

@miguelfrde miguelfrde force-pushed the master branch 2 times, most recently from 3cce680 to 00ecc39 Compare January 6, 2020 23:59
Copy link
Contributor

@iskakaushik iskakaushik 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.