Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy committed Feb 20, 2024
1 parent 26f48a3 commit 98658cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/java-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ runs:
if: runner.os == 'macOS'
shell: bash
run: |
SPARK_HOME=`pwd` ./mvnw clean install -Dcommons.crypto.debug=true -Djna.debug_load=true -Djna.debug_load.jna=true -Djna.platform.library.path='/opt/homebrew/lib:/usr/lib:/lib'
SPARK_HOME=`pwd` DYLD_PRINT_SEARCHING=true ./mvnw clean install -Dcommons.crypto.debug=true -Djna.debug_load=true -Djna.debug_load.jna=true -Djna.platform.library.path='/opt/homebrew/lib:/usr/lib:/lib'
2 changes: 1 addition & 1 deletion .github/actions/setup-macos-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
# install openssl to work with potential issues with libcrypto.dylib loading
# see https://stackoverflow.com/questions/58272830/python-crashing-on-macos-10-15-beta-19a582a-with-usr-lib-libcrypto-dylib for more details
brew install openssl
brew list openssl
export DYLD_LIBRARY_PATH=/usr/local/Cellar/openssl@3/3.2.1/lib/:$DYLD_LIBRARY_PATH
- name: Install JDK ${{inputs.jdk-version}}
uses: actions/setup-java@v4
Expand Down

0 comments on commit 98658cc

Please sign in to comment.