Skip to content
  • Thomas Haller's avatar
    tests: don't install unnecessary package in gitlab-ci tests · 1a2a5b37
    Thomas Haller authored
    REQUIRED_PACKAGES has two uses:
    
     - to setup a system for developing NetworkManager. This installs
       convenience packages like "cscope".
    
     - to install the packages required for unit testing in gitlab-ci.
    
    For gitlab-ci we should only install the packages that we actually
    need.
    1a2a5b37
Validating GitLab CI configuration… Learn more