-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Pin OpenSSL version to 1.1 #9208
Conversation
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
2 similar comments
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
We're interested in using OpenSSL 3.0 on 22.04 - do you anticipate keeping this pin for a while, or is it a temporary change? |
|
@Atry has updated the pull request. You must reimport the pull request before landing. |
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@Atry has updated the pull request. You must reimport the pull request before landing. |
@Atry has updated the pull request. You must reimport the pull request before landing. |
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
2 similar comments
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
#9184 fails because recently nixpkgs unstable changes the default OpenSSL version to 3.0, which is not compatible with Folly.
This PR pins OpenSSL version to 1.1 to suppress the error.
Test Plan:
GitHub Actions should pass