#CI failure

1 messages · Page 1 of 1 (latest)

distant root
#

The weird thing is that mix local.hex is pass but the next step is failure because hex is missing and ask us to do local.hex.

distant root
#

It seems that mix local.hex save my dollar so the Hex has never downloaded into /root/.mix. 🤔

but it can be cache so it might not necessary to use cache volume anymore.

radiant reef
#

thanks!

#

ahhh, that makes some amount of sense - the way the other languages do this is that there's generally a "global" cache, and then the actual install directory is separate

#

so for js you don't cache node_modules (the install dir), you'd cache ~/.cache/npm or whatever

#

i can't see that mix has this kind of distinction?