Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing FOUNDRY_CACHE to true #5

Closed
wants to merge 1 commit into from
Closed

Conversation

ACassimiro
Copy link

When setting FOUNDRY_CACHE to false, the build_info folder would not be generated, leading to issues during the debugging process on the Simbolik server.

When setting `FOUNDRY_CACHE` to false, the `build_info` folder would not be generated, leading to issues during the debugging process on the Simbolik server.
@RaoulSchaffranek
Copy link
Member

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.

foundry-rs/foundry#6859

@ACassimiro
Copy link
Author

@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.

@ACassimiro ACassimiro closed this May 13, 2024
@ACassimiro ACassimiro deleted the foundry-cache-true branch May 13, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants