ray-project / mobius

Mobius is an AI infrastructure platform for distributed online learning, including online sample processing, training and serving.
https://ray-project.github.io/mobius/
Apache License 2.0
85 stars 13 forks source link

format shell script does not work. #32

Closed ashione closed 2 years ago

ashione commented 2 years ago

Version Describe the version you used. master version Describe the bug A clear and concise description of what the bug is. When I execute sh script/format.sh Output is

'buildifier' is not installed. Use '-sb' to skip formatting bazel files or install the buildifier from
      'https://github.com/bazelbuild/buildtools/tree/master/buildifier'.

then I run this script with parameter -sb, it still shows

cripts git:(e210963) ✗ ./format.sh -sb
'buildifier' is not installed. Use '-sb' to skip formatting bazel files or install the buildifier from
      'https://github.com/bazelbuild/buildtools/tree/master/buildifier'.

My laptop is MacOs Additional context Add any other context about the problem here.

ashione commented 2 years ago

@BalaBalaYi could you mind to look this issue?

ashione commented 2 years ago

Fixed in master branch.