flow icon indicating copy to clipboard operation
flow copied to clipboard

install of latest built binaries

Open andrewdavidmackenzie opened this issue 10 months ago • 3 comments

Can't find how to build using nightly in the formula

andrewdavidmackenzie avatar Aug 13 '23 09:08 andrewdavidmackenzie

brew tap runs in a sandbox and cannot modify files in users $HOME directory, so my approach to installing flow in $HOME/.flow is impossible with this method.

andrewdavidmackenzie avatar Sep 27 '23 07:09 andrewdavidmackenzie

Added an install script via https://github.com/andrewdavidmackenzie/flow/pull/2059

That installs:

  • flowc
  • flowstdlib
  • flowrcli
  • flowrgui

Still pending some changes to cargo-binstall to install the flowr binaries to complete this issue

andrewdavidmackenzie avatar Sep 27 '23 11:09 andrewdavidmackenzie

Blocked waiting for multi-binary install from a crate in cargo-binstall via this issue: https://github.com/cargo-bins/cargo-binstall/issues/854

andrewdavidmackenzie avatar Sep 28 '23 07:09 andrewdavidmackenzie