Skip to content

Commit 4c86928

Browse files
committed
CI: linux_sycl release update of included static libs.
1 parent 11d2872 commit 4c86928

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitlab/release/linux_sycl.sh

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ INSTALL_LIB_DIR=$OPENVKL_INSTALL_DIR/lib
8080
cp -P $DEP_INSTALL_DIR/lib/lib*.so* $INSTALL_LIB_DIR
8181
cp -P $DEP_INSTALL_DIR/lib/lib*.a* $INSTALL_LIB_DIR
8282

83+
# OpenVDB static library is large and not needed
84+
rm $INSTALL_LIB_DIR/libopenvdb*.a
85+
8386
# copy SYCL runtime dependencies
8487
SYCL_BIN_FILE=`which clang`
8588
SYCL_BIN_DIR=`dirname ${SYCL_BIN_FILE}`

0 commit comments

Comments
 (0)