Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove obsolete macOS build instructions #24279
Conversation
openssl is already installed through the Brewfile, and libffi needs no environment variable anymore now that glib was fixed. Homebrew/homebrew-core#44446
So |
|
Can this be removed as well then? |
Yes. |
glib will find libffi on its own in its opt path now.
|
I pushed a commit that removes the bits referenced by @ferjm. |
|
We will need to log into the mac builders and upgrade their glib packages before this merges. |
|
Works here. |
Are you on it? I don't even know how to log into that hah. |
|
Yes, I will do that today. |
|
Builders upgraded. |
|
@bors-servo r+ |
|
|
|
|
Remove obsolete macOS build instructions openssl is already installed through the Brewfile, and libffi needs no environment variable anymore now that glib was fixed. Homebrew/homebrew-core#44446 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24279) <!-- Reviewable:end -->
|
|
nox commentedSep 24, 2019
•
edited by SimonSapin
openssl is already installed through the Brewfile, and libffi needs no
environment variable anymore now that glib was fixed.
Homebrew/homebrew-core#44446
This change is