buildbarn / bb-storage

Storage daemon, capable of storing data for the Remote Execution protocol
Apache License 2.0
137 stars 91 forks source link

Add support for compiling on Apple M1 #131

Closed Gormo closed 2 years ago

Gormo commented 2 years ago

It seems like only a small change is required in order to compile on darwin_arm64 i.e Apple M1 HW.

The node package supports darwin_arm64 from version 16+ so this PR will increment the node_version to the latest supported version by the currently pointed out rules_nodejs.

The same change will also need to be made in the bb-remote-execution repository but I suppose this should go in first and then a bump of the go_dependencies in the bb-remote-execution after that.

EdSchouten commented 2 years ago

Thanks a lot!