Skip to content

Commit

Permalink
ci: disable shlibdeps due to onnxruntime incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 29, 2024
1 parent 38bd9ae commit ce76626
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cmake/ScoreDeploymentLinux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ if(SCORE_STATIC_QT)
endif()
set(CPACK_DEBIAN_PACKAGE_SECTION "sound")
set(CPACK_DEB_COMPONENT_INSTALL ON)
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_STRIP_FILES "bin/ossia-score;bin/ossia-score-vstpuppet")

# disabled as it cannot work in any reasonable way with onnxruntime
# set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)

set(CPACK_STRIP_FILES "bin/ossia-score;bin/ossia-score-vstpuppet;bin/ossia-score-vst3puppet")
set(CPACK_COMPONENTS_ALL OssiaScore)
endif()

0 comments on commit ce76626

Please sign in to comment.