Fixing ROCProfiler SDK Docs workflow

Этот коммит содержится в:
Ammar ELWazir
2025-07-31 13:46:56 -05:00
родитель 7501280c6b
Коммит 8465cf5c14
+2 -2
Просмотреть файл
@@ -79,6 +79,8 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: projects/rocprofiler-sdk
submodules: 'recursive'
set-safe-directory: true
- name: Create Docs Directory
shell: bash
working-directory: projects/rocprofiler-sdk/
@@ -91,7 +93,6 @@ jobs:
shell: bash
working-directory: projects/rocprofiler-sdk/
run: |
git config --global --add safe.directory '*'
sudo apt-get update
sudo apt-get install -y cmake gcc g++ libdw-dev libsqlite3-dev rpm
python3 -m pip install -r requirements.txt
@@ -101,7 +102,6 @@ jobs:
shell: bash
working-directory: projects/rocprofiler-sdk/
run:
git config --global --add safe.directory '*';
export CMAKE_PREFIX_PATH=/opt/rocm:${CMAKE_PREFIX_PATH};
cmake -B build
-DROCPROFILER_DEP_ROCMCORE=ON