Skip to content

Allow to build a single lib for a single architecture

This Merge Requests introduces the following changes:

  • The key architectures was removed from libraries section in clickable.json. A warning is printed, if a user still has the key in his clickable.json.
  • The commands clickable build-libs and clickable clean-libs only apply to the specified architecture for the app (may it be the arch key in clickable.json or --arch command line param).
  • A specific library can be built or cleaned by appending its name to the command, e.g. clickable build-libs lib3 --arch amd64.
  • Docs have been updated accordingly.

Merge request reports