For testing purpose removing the dependency of rocm-core-asan with rocm-core
The change is made temporarily for testing the ASAN jenkins build.
Need to revert this change after testing
Change-Id: Icbfcfec423170114becdc82696afcf54b6d79d48
[ROCm/rocm-core commit: 86f7d52d97]
This commit is contained in:
کامیت شده توسط
Nirmal Unnikrishnan
والد
3d62a2c0c2
کامیت
42b66270a1
@@ -144,13 +144,15 @@ set ( CPACK_RPM_FILE_NAME "RPM-DEFAULT" )
|
||||
|
||||
# Debian package specific variables
|
||||
set ( CPACK_DEBIAN_PACKAGE_DEPENDS ${DEB_DEPENDS_STRING} )
|
||||
set ( CPACK_DEBIAN_ASAN_PACKAGE_DEPENDS ${CORE_TARGET} )
|
||||
# TODO: Need to enable this later :Commenting for testing purpose
|
||||
#set ( CPACK_DEBIAN_ASAN_PACKAGE_DEPENDS ${CORE_TARGET} )
|
||||
set ( CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/RadeonOpenCompute/ROCm" )
|
||||
set ( CPACK_DEBIAN_RUNTIME_PACKAGE_CONTROL_EXTRA "${BUILD_DIR}/postinst;${BUILD_DIR}/prerm" )
|
||||
|
||||
## RPM package specific variables
|
||||
set ( CPACK_RPM_PACKAGE_REQUIRES ${RPM_DEPENDS_STRING} )
|
||||
set ( CPACK_RPM_ASAN_PACKAGE_REQUIRES ${CORE_TARGET} )
|
||||
# TODO: Need to enable this later :Commenting for testing purpose
|
||||
#set ( CPACK_RPM_ASAN_PACKAGE_REQUIRES ${CORE_TARGET} )
|
||||
set ( CPACK_RPM_PACKAGE_LICENSE "MIT" )
|
||||
set ( CPACK_RPM_RUNTIME_POST_INSTALL_SCRIPT_FILE "${CMAKE_CURRENT_BINARY_DIR}/postinst" )
|
||||
set ( CPACK_RPM_RUNTIME_POST_UNINSTALL_SCRIPT_FILE "${CMAKE_CURRENT_BINARY_DIR}/prerm" )
|
||||
|
||||
مرجع در شماره جدید
Block a user