The _build folder contains all build artifacts for external dependencies and internal application code. This means that caching this folder is a pain.If I could simply cache the external dependency build artifacts separately to the internal application artifacts, this would solve my problem. To do this, I think the artifacts should be kept in a seperate location such as _build/<env>/deps/...
Want to get insights, recommendations and answers from top consultants for free? Head to Discussions to ask questions and find answers.--———————————————————————————————————————————————This email is intended for the sole use of the intended recipient(s) and may contain information that is confidential and/or privileged. Any review or distribution by any other person is prohibited. If you are not an intended recipient, please immediately contact the sender and delete all copies of this email message
You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/ac3428e7-f626-4392-ab3a-9aa32a23face%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi gang
There's a mix task that will remove compiled application code (clean, I think). Run this before caching the build directory :)
Cheers,
Louis
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAK%3D%2B-Tsp3Q6HbzrE1kJ0Th1GUAxreZyVckU7d4kFY_8JfmAoCg%40mail.gmail.com.
> email to elixir-lang-core+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elixir-lang-core/6d6eabdc-ee00-4a0e-8da3-4762358b8683%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAGAFNpkAbD3cGZNnnkERPeBY8%3DXg6FsuLAny%3D8nxbA%2BiM1ktRQ%40mail.gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-core+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/147180e8-d542-4257-b059-90ab3c2f86bd%40googlegroups.com.
The deps.compile within an umbrella application actually compiles some of the internal applications. I would actually need to do: