有没有办法将 Haskell 二进制文件复制到另一个项目以节省初始构建时间?
我正在学习使用 Plutus 在 Cardano 上构建 DApp,Plutus 是用 Haskell 构建的。 我发现项目的初始 cabal 构建需要相当长的时间,通常需要 30 多分钟,即使 cabal 包已经缓存在我的本地计算机上。
有没有一种方法可以将构建的 Cardano/Plutus 二进制文件从一个项目复制到另一个项目?
例如,我是否可以将已构建的项目中的 dist-newstyle 文件夹的内容复制到使用相同包依赖项的新项目中?或者这会扰乱新项目的构建吗?
TIA, 马塞尔
I'm working on learning to build DApps on Cardano with Plutus, which is built in Haskell.
I've found that the initial cabal build for a project takes quite a long time, usually 30+ minutes, even if the cabal packages are cached on my local machine already.
Is there a way to copy the built Cardano/Plutus binaries from one project to another?
For example, can I just copy the contents of the dist-newstyle folder from a project that's already built into a new project that uses the same package dependencies? Or will that mess up the build on the new project?
TIA,
Marcel
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论