This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch hotfix/openssl-update
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/hotfix/openssl-update by this
push:
new 8f505748 Try to fix libcrypto loading error on macOS.
8f505748 is described below
commit 8f50574832ed6ff54883f2c2e90f84f01d2a5e62
Author: PengZheng <[email protected]>
AuthorDate: Thu Apr 25 16:40:52 2024 +0800
Try to fix libcrypto loading error on macOS.
---
.github/workflows/macos.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 8d3f9030..29388c85 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -104,5 +104,6 @@ jobs:
- name: Test
run: |
cd $GITHUB_WORKSPACE/build
- export
LD_LIBRARY_PATH=/usr/local/opt/openssl/lib:/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
+ export
/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
+ ln -s /usr/local/opt/openssl/lib/libcrypto.3.dylib
/usr/local/lib/libcrypto.dylib
ctest --output-on-failure