Skip to content

Commit 4cfc383

Browse files
committed
Final cleanup
1 parent 77ea2e7 commit 4cfc383

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

update_cblite_c.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,16 @@ rm -rf $scriptDir/libcblite
246246

247247
cp -R $tmpLibcbliteFolder $scriptDir
248248

249+
rm -rf $tmpFolder
250+
249251
echoGreen "Replacing libcblite successful"
250252

251253
# ################### #
252254
# Strip the libraries #
253255
# ################### #
254256

257+
echoGreen "Strip libraries"
258+
255259
DOCKER_BUILDKIT=1 docker build --file $scriptDir/Dockerfile -t strip --output $scriptDir/libcblite $scriptDir
260+
261+
echoGreen "Stripping libcblite successful"

0 commit comments

Comments
 (0)