Open Jake-Gillberg opened 4 years ago
@andrevidela maybe you're the best one to answer this
For now I just commented out the portions of elba.toml
that aren't needed for the pieces that I am working on. This seems like a fine workaround for contribution edits to this library, but not for projects that have idris-ct as a dependency via elba.
Sorry I just saw this.
I just bought a computer with 32Gb of ram.
…
Just kidding, maybe you can have better chances by compling every file separately from the REPL and at the end run idris --install
with the IBCs already compiled.
This will also take a long time but at least it won't fail.
Would it make sense to have the build process commit the ibcs to a branch called "compiled" or something?
I don't think so, but maybe we could make an official release with the library precompiled
Building takes quite a long time and lately has been failing on my measly 2GB ram machine.
Is there a way to have an idris project depend on a pre-compiled target, and a way to publish these targets for the current master branch?