策略验证安装包增加内存限制(60G)

策略验证默认日志等级修改为FATAl
策略验证修改CI构建安装包名称
This commit is contained in:
fengweihao
2021-06-18 15:24:07 +08:00
parent fb16275a89
commit c6bb6f75e0
4 changed files with 11 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ install(DIRECTORY ./resource DESTINATION ${CMAKE_INSTALL_PREFIX}/)
install(FILES script/service/verify-policy.service DESTINATION /usr/lib/systemd/system/)
install(FILES script/tmpfiles/verify_policy.conf DESTINATION /usr/lib/tmpfiles.d/)
install(FILES script/service/service_override_memsw_limit.conf DESTINATION /usr/lib/systemd/system/verify-policy.service.d/)
# Must uninstall the debug package before install release package
if(CMAKE_BUILD_TYPE STREQUAL "Debug")