facebookresearch / CompilerGym

Reinforcement learning environments for compiler and program optimization tasks
https://compilergym.ai/
MIT License
912 stars 129 forks source link

I build compiler_gym from source with Bazel . After "make install", I meet the problem below. How can I solve it? #800

Closed sunpeng2020 closed 1 year ago

sunpeng2020 commented 1 year ago

❓ Questions and Help

I build compiler_gym from source with Bazel . After "make install", I meet the problem below. How can I solve it?

Additional Context

FAILED: Build did NOT complete successfully (36 packages loaded, 12467 targets configured) currently loading: @com_github_grpc_grpc//src/compiler make: *** [Makefile:181: bazel-build] Error 1

ChrisCummins commented 1 year ago

Hi @sunpeng2020, I'll need more context. Can you refile this as a bug using the template to provide the needed info? Thanks.

Chris