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 2ae1698 commit dd8312bCopy full SHA for dd8312b
docker/build_scripts/build-sqlite3.sh
@@ -33,5 +33,4 @@ cp -rlf /manylinux-rootfs/* /
33
ldconfig
34
35
# Clean-up for runtime
36
-rm -rf /manylinux-rootfs/usr/local/bin /manylinux-rootfs/usr/local/include /manylinux-rootfs/usr/local/lib/pkg-config /manylinux-rootfs/usr/local/share
37
-find -L /manylinux-rootfs -type f -a -not -name 'libsqlite3.so.*' -delete
+rm -rf /manylinux-rootfs/usr/local/bin /manylinux-rootfs/usr/local/share
0 commit comments