GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

Implement `gsctl flexbuild` to support Flex

Open yecol opened this issue 1 year ago • 0 comments

Add a subcommand gsctl flexbuild to gsctl, to build Flex with the commands listed here:

  • https://github.com/alibaba/GraphScope/tree/main/flex

previously, these functions are implemented in

  • https://github.com/alibaba/GraphScope/blob/main/flex/flexbuild

which is auto-generated by bash.ly, the source code is implemented:

  • https://github.com/alibaba/GraphScope/tree/flexwip/flex/src

This task is a job of migration.

yecol avatar Jul 17 '23 03:07 yecol