Debugging DYLD_LIBRARY_PATH on macOS

This commit is contained in:
Patrick Lehmann
2024-07-31 00:29:39 +02:00
parent cc1dade947
commit e0af5055a8

View File

@@ -368,6 +368,7 @@ jobs:
run: | run: |
export ENVIRONMENT_NAME="${{ matrix.envname }}" export ENVIRONMENT_NAME="${{ matrix.envname }}"
export PYTHONPATH=$(pwd) export PYTHONPATH=$(pwd)
export DYLD_LIBRARY_PATH=$(brew --prefix llvm@15)/lib
cd "${{ inputs.root_directory || '.' }}" cd "${{ inputs.root_directory || '.' }}"
[ -n '${{ inputs.unittest_xml_artifact }}' ] && PYTEST_ARGS='--junitxml=report/unit/TestReportSummary.xml' || unset PYTEST_ARGS [ -n '${{ inputs.unittest_xml_artifact }}' ] && PYTEST_ARGS='--junitxml=report/unit/TestReportSummary.xml' || unset PYTEST_ARGS