Adding option to select different brane-chk
backends
#269
Labels
A-Build system
Area: Updates relating to Brane's build system, which is getting increasingly complex.
A-Infrastructure
Area: Something relating to the various services and their communication in the framework.
A-Interface
Area: Something that relates to an interface of Brane (the CLI, config files, etc)
C-Feature-request
Category: Feature request
E-Medium
Effort: Medium
P-Low
Priority: Low
The new refactor is nearly complete. One of the only things missing is the capability to compile
brane-chk
for multiple backends instead of just the Haskell one.Aside from changes in the interface code to call the correct one, a scheme for properly compiling either the Go-or the Haskell eFLINT-binaries must be concocted. Specifically, this is now done as a separate build target in
Dockerfile.rls
; however, this may be hard to do conditionally. As such, this building may need to be moved to abuild.rs
instead.The text was updated successfully, but these errors were encountered: