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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #218 - aneeshusa:link-openssl-on-osx, r=larsbergstrom
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 -->
- Loading branch information
Showing
3 changed files
with
66 additions
and
47 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
travis: True | ||
|
||
homebrew: | ||
user: travis |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{% | ||
set homebrew = salt['grains.filter_by']({ | ||
'defaults': {}, | ||
'Darwin': { 'user': 'administrator' } | ||
}, | ||
base='defaults', | ||
merge=salt.pillar.get('homebrew', {}), | ||
grain='kernel' | ||
) | ||
%} |
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