Compare commits

...

1 Commits

Author SHA1 Message Date
Joseph Macaranas
7ec34dee52 [External CI] Support rocprofiler-sdk libelf changes 2025-11-05 15:27:16 -05:00

View File

@@ -131,6 +131,11 @@ jobs:
script: |
USER_BASE=$(python3 -m site --user-base)
echo "##vso[task.prependpath]$USER_BASE/bin"
- task: Bash@3
displayName: libelf hack
inputs:
targetType: inline
script: cp $(Agent.BuildDirectory)/s/cmake/Modules/Findlibelf.cmake $(Agent.BuildDirectory)/s/cmake/Modules/FindLibElf.cmake
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/build-cmake.yml
parameters:
componentName: ${{ parameters.componentName }}