Similar to how the haskell-backend is built, we need to:
- Clone the booster repo
- Build with
stack build in a similar way to haskell-backend/pom.xml
- Modify the
k-distribution/src/main/assembly/bin.xml to look for the appropriate binaries using the assemblies path.
- Add a CI test that the booster is launchable with the installed Ubuntu package.
Similar to how the
haskell-backendis built, we need to:stack buildin a similar way tohaskell-backend/pom.xmlk-distribution/src/main/assembly/bin.xmlto look for the appropriate binaries using the assemblies path.