Revert "[K/N] skip consistency check for header caches"

This reverts commit d845e7c3f6.
This commit is contained in:
Dmitriy Dolovov
2024-03-15 17:31:37 +01:00
parent 23ee7cedfa
commit ef814fe76e
@@ -122,9 +122,7 @@ class KonanDriver(
konanConfig = KonanConfig(project, configuration) // TODO: Just set freshly built caches.
}
if (!konanConfig.produce.isHeaderCache) {
konanConfig.cacheSupport.checkConsistency()
}
konanConfig.cacheSupport.checkConsistency()
DynamicCompilerDriver().run(konanConfig, environment)
}