You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was experiencing build cache spoliation due to unknowingly using different versions of elixir to compile a large codebase. Neither MIX_DEBUG=1 nor --verbose helped understand why the cache was being spoiled.
Expected behavior
It would be nice if --verbose or some other option could be used to understand why the cache was being spoiled. IMO if --verbose is being used and the cached is spoiled the output should prominently state why.
The text was updated successfully, but these errors were encountered:
Elixir and Erlang/OTP versions
Operating system
macos (N/A)
Current behavior
I was experiencing build cache spoliation due to unknowingly using different versions of elixir to compile a large codebase. Neither
MIX_DEBUG=1
nor--verbose
helped understand why the cache was being spoiled.Expected behavior
It would be nice if
--verbose
or some other option could be used to understand why the cache was being spoiled. IMO if--verbose
is being used and the cached is spoiled the output should prominently state why.The text was updated successfully, but these errors were encountered: