-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: downgrade openssl from 1.1.1t to 1.1.1s
Summary: After upgrading openssl along with Python in D43640261 (b671ca7), I broke the build since it doesn't match the openssl version that GitHub actions has. This commit downgrades the version for fixing the build Reviewed By: zzl0 Differential Revision: D43675103 fbshipit-source-id: 11754aab77a086770b3c6a20fd5b09203a4515cb
- Loading branch information
1 parent
cc44f80
commit 9440b05
Showing
3 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- name: Prepare build environment | ||
run: 'eden/scm/packaging/mac/prepare_environment.py \ | ||
-s 524ec08838d2826793e26b2ed084efdefec931e1aaa6dea01455aa77409b86c8 -f [email protected] \ | ||
-s c11b17c8b78efa46dac2d213cd7a7b3fff75f6f5e6d2ef2248345cd4a900b1c6 -f [email protected] \ | ||
-s cde36624e734632be009e3aa28d9bd07f4fa681c7caa270e7efb416b287c1e72 -f [email protected] \ | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- name: Prepare build environment | ||
run: 'eden/scm/packaging/mac/prepare_environment.py \ | ||
-s 43c00851b8447bd5d1fba3e8140b74ca3d4a5b19343e64ec50bafae376f95454 -f [email protected] \ | ||
-s d915175bedb146e38d7a2c95e86888a60a5058a5cd21f835813d43d1372a29d9 -f [email protected] \ | ||
-s 1760c64881403847ad39e6df648ff0845fab321b638715734fe0264dfe7bcbda -f [email protected] \ | ||
|
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