We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ea2e7 commit 4cfc383Copy full SHA for 4cfc383
update_cblite_c.sh
@@ -246,10 +246,16 @@ rm -rf $scriptDir/libcblite
246
247
cp -R $tmpLibcbliteFolder $scriptDir
248
249
+rm -rf $tmpFolder
250
+
251
echoGreen "Replacing libcblite successful"
252
253
# ################### #
254
# Strip the libraries #
255
256
257
+echoGreen "Strip libraries"
258
259
DOCKER_BUILDKIT=1 docker build --file $scriptDir/Dockerfile -t strip --output $scriptDir/libcblite $scriptDir
260
261
+echoGreen "Stripping libcblite successful"
0 commit comments