Skip to content

Commit

Permalink
ci: downgrade openssl from 1.1.1t to 1.1.1s
Browse files Browse the repository at this point in the history
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
sggutier authored and facebook-github-bot committed Feb 28, 2023
1 parent cc44f80 commit 9440b05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Prepare build environment
run: 'eden/scm/packaging/mac/prepare_environment.py \
-s 524ec08838d2826793e26b2ed084efdefec931e1aaa6dea01455aa77409b86c8 -f openssl@1.1 \
-s c11b17c8b78efa46dac2d213cd7a7b3fff75f6f5e6d2ef2248345cd4a900b1c6 -f openssl@1.1 \
-s cde36624e734632be009e3aa28d9bd07f4fa681c7caa270e7efb416b287c1e72 -f python@3.11 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Prepare build environment
run: 'eden/scm/packaging/mac/prepare_environment.py \
-s 43c00851b8447bd5d1fba3e8140b74ca3d4a5b19343e64ec50bafae376f95454 -f openssl@1.1 \
-s d915175bedb146e38d7a2c95e86888a60a5058a5cd21f835813d43d1372a29d9 -f openssl@1.1 \
-s 1760c64881403847ad39e6df648ff0845fab321b638715734fe0264dfe7bcbda -f python@3.11 \
Expand Down
4 changes: 2 additions & 2 deletions ci/gen_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"x86": {
"target": "x86_64-apple-darwin",
"python_bottle_hash": "1760c64881403847ad39e6df648ff0845fab321b638715734fe0264dfe7bcbda",
"openssl_bottle_hash": "43c00851b8447bd5d1fba3e8140b74ca3d4a5b19343e64ec50bafae376f95454",
"openssl_bottle_hash": "d915175bedb146e38d7a2c95e86888a60a5058a5cd21f835813d43d1372a29d9",
},
"arm64": {
"target": "aarch64-apple-darwin",
"python_bottle_hash": "cde36624e734632be009e3aa28d9bd07f4fa681c7caa270e7efb416b287c1e72",
"openssl_bottle_hash": "524ec08838d2826793e26b2ed084efdefec931e1aaa6dea01455aa77409b86c8",
"openssl_bottle_hash": "c11b17c8b78efa46dac2d213cd7a7b3fff75f6f5e6d2ef2248345cd4a900b1c6",
},
}

Expand Down

0 comments on commit 9440b05

Please sign in to comment.