File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 104104 <HelixPreCommands Condition =" $(IsPosixShell)" >$(HelixPreCommands);export PATH=$HELIX_CORRELATION_PAYLOAD/$(DotNetCliDestination):$PATH</HelixPreCommands >
105105 <HelixPreCommands Condition =" !$(IsPosixShell)" >$(HelixPreCommands);set PATH=%HELIX_CORRELATION_PAYLOAD%\$(DotNetCliDestination)%3B%PATH%</HelixPreCommands >
106106
107- <HelixPreCommands Condition =" $(HelixTargetQueues.ToLowerInvariant().Contains('osx'))" >$(HelixPreCommands);export LD_LIBRARY_PATH=/opt/homebrew/opt/mono-libgdiplus/lib;ls /usr/lib;ls $HELIX_WORKITEM_ROOT;export KMP_DUPLICATE_LIB_OK=TRUE;export DYLD_PRINT_LIBRARIES=1</HelixPreCommands >
107+ <HelixPreCommands Condition =" $(HelixTargetQueues.ToLowerInvariant().Contains('osx'))" >$(HelixPreCommands);export LD_LIBRARY_PATH=/opt/homebrew/opt/mono-libgdiplus/lib;ls /usr/lib;ls $HELIX_WORKITEM_ROOT;export KMP_DUPLICATE_LIB_OK=TRUE;export DYLD_PRINT_LIBRARIES=1;otool -L $HELIX_WORKITEM_ROOT/runtimes/osx-x64/native/lib_lightgbm.dylib </HelixPreCommands >
108108
109109 <HelixPreCommands Condition =" $(HelixTargetQueues.ToLowerInvariant().Contains('armarch'))" >$(HelixPreCommands);sudo apt update;sudo apt-get install libomp-dev libomp5 -y</HelixPreCommands >
110110
You can’t perform that action at this time.
0 commit comments