jovany-wang / metable

A distributed table-like metadata service for managing your large scale cluster with highly performance.
7 stars 8 forks source link

fix build failure on mac with m1 chip. #35

Closed meijies closed 2 years ago

meijies commented 2 years ago

bazel can't find a jdk for mac with m1 chip environment. so add a platforms denpency to fix blew error.

Error:(490, 6) Configurable attribute "actual" doesn't match this configuration: Could not find a JDK for host execution environment, please explicitly provide one using --host_javabase.

jovany-wang commented 2 years ago

This looks very good. But do you know whether Github action provides M1 environment? I din't find any support for this.