Skip to content
  • MVernon's avatar
    Add an EXTRACOMPONENTS envvar · 4e784d67
    MVernon authored and BCornwall's avatar BCornwall committed
    This is so if you need additional components for your build, they can
    be made available. For example, if you wanted thirdparty/ceph-reef
    available, you would set `EXTRACOMPONENTS` to `thirdparty/ceph-reef`
    in CI.
    
    This works by setting up an apt .sources file that looks like:
    ```
    Types: deb
    URIs: http://apt.wikimedia.org/wikimedia
    Suites: ${SUITE}-wikimedia
    Signed-By: /etc/apt/keyrings/wikimedia-archive-keyring.gpg
    Components: ${EXTRACOMPONENTS}
    ```
    4e784d67