Hi, I'm building ceph debian/ubuntu packages, but I found it would take up to hours if I run ./make-debs.sh script. Looks like it is downloading a lot of things like pip, tox, which I suppose should have been done during install-deps.sh script? Some of the output ./make-debs.sh shows: ``` Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.0.2 Uninstalling pip-20.0.2: Successfully uninstalled pip-20.0.2 Successfully installed pip-22.2.2 ``` I also tried to run ./do_cmake.sh, which takes significantly shorter time than ./make-debs.sh, even with debug build. Why is that the case? Or do I miss something? Thanks, Zhongzhou Cai _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx