|
|
|
|
|
by kbenson
3793 days ago
|
|
I think that's a bit crazy as well. This is a problem if your build process happens often and requires pulling external data. Ideally, you want a way to cache that external data, and a way to force invalidation of that cache. Building, at least after the first time, should not require external access. There are security reasons for this as well. |
|
"There are only two hard things in Computer Science: cache invalidation and naming things."
-- Phil Karlton