You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workflows: use ccache to speed up code coverage
ccache requires the build paths, e.g., for include directories to
be identical in order to reuse the cache between the two builds.
Setting the CCACHE_BASEDIR environment variable to the respective build
directory does not seem to have any effect and does not reuse the cache.
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
(cherry picked from commit 17d8f6b)