Skip to content

Fix left-over migration bugs in main TCDS project Makefile and GitLab CI file

With the migration to GitLab and the new build system a bug has crept into the main TCDS project Makefile.

  • The definition of the list of packages:
    • is miss-spelled (Packages instead of PACKAGES), and
    • misses the usual ifndef PACKAGES protection.

This means that every single-module step in the CI in reality builds the whole project, because the selection of the package through the above PACKAGES variable does not work.

  • In the GitLab CI definition file, in one place tcds/brildaqchecker is miss-spelled as tcdsdaqchecker.
Edited by Jeroen Hegeman
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information