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 BoringSSL to 53a17f55247101105ae35767d5c5a6c311843a8e #36

Merged
merged 1 commit into from
Jun 2, 2020

Conversation

Lukasa
Copy link
Collaborator

@Lukasa Lukasa commented Jun 1, 2020

Updates the vendoring script to handle the slightly changed layout of BoringSSL and removed the workaround for Folly's weak linking dance as it's no longer needed.

@@ -188,7 +188,7 @@ PATTERNS=(
'crypto/*/*/*.S'
'crypto/*/*/*/*.c'
'third_party/fiat/*.h'
'third_party/fiat/*.c'
#'third_party/fiat/*.c'
Copy link
Member

Choose a reason for hiding this comment

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

is this commented rather than deleted deliberately?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes: the presence of C files in this directory changes over time, and I got sick of deleting and re-adding this line all the time, so I just commented it out.

Copy link
Contributor

@glbrntt glbrntt left a comment

Choose a reason for hiding this comment

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

LGTM.

@Lukasa Lukasa merged commit 9b9d186 into apple:master Jun 2, 2020
@Lukasa Lukasa deleted the cb-update-boringssl-20200601 branch June 2, 2020 08:39
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