More of a survey than a question, but I’m interested to hear how devs are handling external *.dar dependencies, particularly wrt to CI and build process.
I’ve locally got a lib/ folder and I symlink or drop *.dar files which are daml.yamldependencies in there.
However, this doesn’t work for our CI on github, because those files don’t exist. They need to be fetched from somewhere.
I would rather avoid checking-in the *.dar files into the source tree.