This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
Link a newer openssl from homebrew on OS X #218
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Yeah, it was missing in the travis console for some reason. It appears to have been picked up now. |
Also refactor servo-dependencies.sls slightly. Closes servo#210 (for real this time!)
aneeshusa
force-pushed
the
link-openssl-on-osx
branch
4 times, most recently
from
February 7, 2016 02:53
414fc30
to
f982a8c
Compare
Our OS X builders have administrator as the Homebrew owner, but this is not the case on Travis.
aneeshusa
force-pushed
the
link-openssl-on-osx
branch
from
February 7, 2016 03:02
f982a8c
to
7ceda87
Compare
I put in a fix for Travis and tested this locally on Note to self: remember to update the wiki to remove the section about openssl on OS X when this is merged. |
@bors-servo r+ Thanks for your continued awesome work on our Salt infra! |
📌 Commit 7ceda87 has been approved by |
bors-servo
pushed a commit
that referenced
this pull request
Feb 8, 2016
Link a newer openssl from homebrew on OS X This should be manually tested to a) make sure I didn't break the autoconf linkage, and b) to ensure the openssl linkage works properly. Closes #210 (for real this time!) <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/218) <!-- Reviewable:end -->
☀️ Test successful - travis |
Weird, I didn't get any emails about this 😕. Went ahead and updated the wiki. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should be manually tested to a) make sure I didn't break the autoconf linkage, and b) to ensure the openssl linkage works properly.
Closes #210 (for real this time!)