Build and store CK library deb package for all targets daily. (#2196)

* generate and store library package for all targets

* use ninja to build packages for all targets

* make sure to use ftime-trace when using ninja

* make sure build trace only runs on gfx9

* archive lib package and stash only library package
This commit is contained in:
Illia Silin
2025-05-16 07:40:53 -07:00
committed by GitHub
parent fa3c6811d8
commit 40668c9a99
2 changed files with 67 additions and 70 deletions

View File

@@ -103,7 +103,7 @@ function(add_instance_library INSTANCE_NAME)
list(REMOVE_ITEM ARGN "${source}")
endif()
endforeach()
message("remaining instances: ${ARGN}")
#message("remaining instances: ${ARGN}")
#only continue if there are some source files left on the list
if(ARGN)
set(INST_OBJ)