Skip to content

Commit

Permalink
Fixed CI build.
Browse files Browse the repository at this point in the history
Signed-off-by: Meet Gandhi <[email protected]>
  • Loading branch information
meetgandhi-dev committed Oct 22, 2024
1 parent 5c89363 commit 1e9de1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cmake/Open3DPackaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ set(CPACK_THREADS 0) # Use all cores for compressing package

if (BUILD_DEBIAN_PACKAGE)
list(APPEND CPACK_GENERATOR DEB)
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS YES)
endif()

include(CPack)
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ RUN ccache -s \
&& CCACHE_DIR_PARENT=$(dirname ${CCACHE_DIR}) \
&& cd ${CCACHE_DIR_PARENT} \
&& tar -czf /${CCACHE_TAR_NAME}.tar.gz ${CCACHE_DIR_NAME} \
&& if [ "${PACKAGE}" = "ON" ]; then find /root/Open3D/build/package -name "open3d-devel*.deb" -o -name "open3d-devel*.tar.xz" -exec mv {} / \;; fi \
&& if [ "${PACKAGE}" = "ON" ]; then find /root/Open3D/build/package -name "open3d-devel*" -exec mv {} / \;; fi \
&& if [ "${PACKAGE}" = "VIEWER" ]; then mv /root/Open3D/build/package-Open3DViewer-deb/open3d-viewer-*-Linux.deb /; fi \
&& ls -alh /

Expand Down

0 comments on commit 1e9de1d

Please sign in to comment.