|
|
|
|
|
by krick
305 days ago
|
|
Exactly. I wanted to also point this out in the relation of the author's desire to put all build commands in `just` configuration file. It sounds to me like a desire to use some another "slick and shiny tool" (which `just` is when compared to `make`), but what's the point exactly? The build-process will still be container-dependent and may or may not work outside of the container, and you don't get the benefit of Docker caching anymore. |
|
Same as how it's good to be able to easily run the exact same test suite in both dev and CI.