Skip to content

buildelement: Ensure command-subdir is part of the cache key

Chandan Singh requested to merge chandan/builddir-cachekey into master
  • buildelement: Ensure command-subdir is part of the cache key

    command-subdir was previously missing from the cache key. This patch makes it a part of the cache key if it was specified. It means that the cache key will not change for elements that had not defined a command-subdir. However, it will change for every element that did define it.

    So, this is going to be a breaking change for people who had elements using this variable.

    Fixes #1295 (closed).

  • NEWS: Add note about breaking cache key change

Merge request reports

Loading