Fix DEB and RPM dependency spec + test building docs in CI (#426)
* Update cmake/rocprofiler_config_packaging.cmake - rocprofiler_set_package_depends which ensure CPACK_DEBIAN_PACKAGE_DEPENDS, CPACK_RPM_PACKAGE_REQUIRES, and component variants are properly formatted * Update continuous_integration.yml - Set ROCPROFILER_DEP_ROCMCORE to ON (test multiple dependencies) - Set ROCPROFILER_BUILD_DOCS to ON (test building/packaging docs) * Update docs/CMakeLists.txt - remove '--' after cmake -E env
This commit is contained in:
committed by
GitHub
parent
a3e73a0b5a
commit
14cd132b89
@@ -116,6 +116,8 @@ jobs:
|
||||
--gpu-targets ${{ env.GPU_LIST }}
|
||||
${{ matrix.ci-flags }}
|
||||
--
|
||||
-DROCPROFILER_DEP_ROCMCORE=ON
|
||||
-DROCPROFILER_BUILD_DOCS=ON
|
||||
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }}
|
||||
-DCMAKE_INSTALL_PREFIX=/opt/rocprofiler/v2
|
||||
-DCPACK_GENERATOR='DEB;RPM;TGZ'
|
||||
|
||||
Reference in New Issue
Block a user