tweag/asterius

Docs outdated?

tristangodfrey opened this issue · 1 comments

(See https://asterius.netlify.app/building.html)

The documentation indicates the presence of a make-packages.py script, but that file doesn't appear to exist in the repo. Am I missing something?

Thanks in advance

A couple of big changes got merged but the documentation has not been updated.

The project has started to use bazel in 641ade8.

I can build the compiler locally taking the build workflow as a reference:

$ nix-shell bazel/nix/bazel_build_shell.nix --pure --run 'bazel build //asterius:binaries'

Edit: it seems I cannot execute all the resulting binaries... will report back if I find something interesting.