Hi, `commonizeNativeDistribution` is happening whe...
# amper
s
Hi,
commonizeNativeDistribution
is happening whenever i update the Amper version (./amper update --dev), is this expected?
Copy code
00:04.203 INFO  commonizeNativeDistribution Calculating cache state for [(linux_x64,linux_arm64), (linux_x64,linux_arm64,macos_x64,macos_arm64,mingw_x64), (macos_x64,macos_arm64)]
00:04.328 INFO  commonizeNativeDistribution Commonizing Kotlin/Native distribution...
j
Yes, right now it is expected. Basically, everything in our incremental cache is invalidated when the Amper version changes, because the code we run could change, so we can't guarantee general correctness otherwise. For specific pieces of work like this, we might be able to optimize it and take a risk, but it's generally not worth it, because updates are usually not very frequent. Your case is a bit unusual because you live on the edge with our dev versions changing several times a day.
👍 1