Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make test fails with missing BUILD file in compiler_gym/third_party/programl #623

Closed
sogartar opened this issue Mar 14, 2022 · 1 comment · Fixed by #629
Closed

make test fails with missing BUILD file in compiler_gym/third_party/programl #623

sogartar opened this issue Mar 14, 2022 · 1 comment · Fixed by #629
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@sogartar
Copy link

🐛 Bug

running make test on 549497a fails with

ERROR: /home/petkantchin/ws/nodlabs/compiler_gym/repo/examples/loop_optimizations_service/service_py/BUILD:7:10: no such package 'compiler_gym/third_party/programl': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
 - /home/petkantchin/ws/nodlabs/compiler_gym/repo/compiler_gym/third_party/programl and referenced by '//examples/loop_optimizations_service/service_py:loops-opt-service-py'
ERROR: Analysis of target '//examples/loop_optimizations_service:example' failed; build aborted: Analysis failed

Either there is a build file missing or the example is not supposed to be built with Bazel.

@sogartar sogartar added the Bug Something isn't working label Mar 14, 2022
@ChrisCummins
Copy link
Contributor

cc @mostafaelhoushi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants