packaging
packaging copied to clipboard
Fix: install missing packages
Currently we are installing some packages during CI which causes CI to be significantly slower than it should be
Identified missing packages: rpm:
- [x] python3-pip
- [x] python3-devel
deb:
- [x] python3-dev
TODO:
- [x] add citus tools repo
- [x] add citus tools requirements
- [x] understand liburl3 shenanigans