Skip to content

Commit 9440b05

Browse files
sggutierfacebook-github-bot
authored andcommitted
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
1 parent cc44f80 commit 9440b05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/sapling-cli-homebrew-macos-arm64-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Prepare build environment
2020
run: 'eden/scm/packaging/mac/prepare_environment.py \
2121
22-
-s 524ec08838d2826793e26b2ed084efdefec931e1aaa6dea01455aa77409b86c8 -f [email protected] \
22+
-s c11b17c8b78efa46dac2d213cd7a7b3fff75f6f5e6d2ef2248345cd4a900b1c6 -f [email protected] \
2323
2424
-s cde36624e734632be009e3aa28d9bd07f4fa681c7caa270e7efb416b287c1e72 -f [email protected] \
2525

.github/workflows/sapling-cli-homebrew-macos-x86-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Prepare build environment
2020
run: 'eden/scm/packaging/mac/prepare_environment.py \
2121
22-
-s 43c00851b8447bd5d1fba3e8140b74ca3d4a5b19343e64ec50bafae376f95454 -f [email protected] \
22+
-s d915175bedb146e38d7a2c95e86888a60a5058a5cd21f835813d43d1372a29d9 -f [email protected] \
2323
2424
-s 1760c64881403847ad39e6df648ff0845fab321b638715734fe0264dfe7bcbda -f [email protected] \
2525

ci/gen_workflows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"x86": {
4444
"target": "x86_64-apple-darwin",
4545
"python_bottle_hash": "1760c64881403847ad39e6df648ff0845fab321b638715734fe0264dfe7bcbda",
46-
"openssl_bottle_hash": "43c00851b8447bd5d1fba3e8140b74ca3d4a5b19343e64ec50bafae376f95454",
46+
"openssl_bottle_hash": "d915175bedb146e38d7a2c95e86888a60a5058a5cd21f835813d43d1372a29d9",
4747
},
4848
"arm64": {
4949
"target": "aarch64-apple-darwin",
5050
"python_bottle_hash": "cde36624e734632be009e3aa28d9bd07f4fa681c7caa270e7efb416b287c1e72",
51-
"openssl_bottle_hash": "524ec08838d2826793e26b2ed084efdefec931e1aaa6dea01455aa77409b86c8",
51+
"openssl_bottle_hash": "c11b17c8b78efa46dac2d213cd7a7b3fff75f6f5e6d2ef2248345cd4a900b1c6",
5252
},
5353
}
5454

0 commit comments

Comments
 (0)