Closed ACassimiro closed 6 months ago
The problem is we cannot simply enable the caches because we don't support incremental builds on our side. The problem is with the source mapping: with incremental builds source-file ids are not unique anymore.
Can you try updating Foundry on your end and see if the error persists?
We reported this bug to Foundry a while ago and they fixed it.
@RaoulSchaffranek I updated my foundry version and executed the commands again. The build-info
folder is being generated even when the FOUNDRY_CACHE
flag value is false
. I'll be closing this PR, then.
When setting
FOUNDRY_CACHE
to false, thebuild_info
folder would not be generated, leading to issues during the debugging process on the Simbolik server.