Latest dev fails to build

Hi,

After pulling the latest commits in the dev branch O2 fails to build, reporting the following error:

/home/vkucera/alice/sw/SOURCES/O2/v1.2.0/0/Framework/Core/src/ResourcesMonitoringHelper.cxx:28:77: error: 'getAvailableMetricsNames' is not a member of 'o2::monitoring::ProcessMonitor'
   std::vector<std::string> performanceMetrics = monitoring::ProcessMonitor::getAvailableMetricsNames();
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~

This change was introduced by this pull request:

The build is successful if I checkout the preceding commit.

Cheers,
Vít

Hi Vit,
I got the same error this morning, and solved by updating alidist and recompiling
Hope it helps. Cheers
Mario

Thanks Mario,

It helped indeed.

Cheers,
Vít