Pin OpenSSL version to 1.1 (#9208)
commit86960df1afed79c2a9163a2b8b53cb3fb990f667
authorBo Yang <atry@fb.com>
Wed, 21 Sep 2022 00:15:16 +0000 (20 17:15 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 21 Sep 2022 00:15:16 +0000 (20 17:15 -0700)
tree6c6f7428b78c91cd9182fe07785640c246515e04
parent6f840b699b9b071c24e7c24cac5301941f441662
Pin OpenSSL version to 1.1 (#9208)

Summary:
https://github.com/facebook/hhvm/issues/9184 fails because recently nixpkgs unstable changes the default OpenSSL version to 3.0, which is not compatible with Folly.
- See https://github.com/facebook/hhvm/actions/runs/3065306837 for build log.
- See https://github.com/NixOS/nixpkgs/pull/150093 for the nixpkgs commit.

This PR pins OpenSSL version to 1.1 to suppress the error.

Pull Request resolved: https://github.com/facebook/hhvm/pull/9208

Test Plan: GitHub Actions should pass

Reviewed By: alexeyt

Differential Revision: D39596559

Pulled By: Atry

fbshipit-source-id: c1afa8c3eb30b1354d1cc5972325795d39a1ce13
flake.lock
hhvm.nix