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
commit 320d50f7b4f155b02b1346dbe65dc2af45981f55 Author: PengZheng <[email protected]> AuthorDate: Thu Apr 25 17:36:02 2024 +0800 Revert "Try to fix libcrypto loading error on macOS." This reverts commit 6ea0da85234bf1f5bf4ecab4feb8d87c97c9ff38. --- .github/workflows/macos.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 05ee8013..de1ad1ab 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -105,7 +105,5 @@ jobs: run: | cd $GITHUB_WORKSPACE/build export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi - cd /usr/local/lib - ln -s /usr/local/opt/openssl/lib/libcrypto.3.dylib libcrypto.dylib - cd $GITHUB_WORKSPACE/build + ln -s /usr/local/opt/openssl/lib/libcrypto.3.dylib /usr/local/lib/libcrypto.dylib ctest --output-on-failure
