-
Notifications
You must be signed in to change notification settings - Fork 201
Bazel builds should be hermetic, but they're not #802
Copy link
Copy link
Open
Labels
area/devopsInvolves build systems, Make files, Bazel files, continuous integration, and/or other DevOps topicsInvolves build systems, Make files, Bazel files, continuous integration, and/or other DevOps topicsarea/healthInvolves general matters of project configuration, health, maintenance, and similar concernsInvolves general matters of project configuration, health, maintenance, and similar concernscontributors welcomeHelp with this would be appreciatedHelp with this would be appreciated
Milestone
Metadata
Metadata
Assignees
Labels
area/devopsInvolves build systems, Make files, Bazel files, continuous integration, and/or other DevOps topicsInvolves build systems, Make files, Bazel files, continuous integration, and/or other DevOps topicsarea/healthInvolves general matters of project configuration, health, maintenance, and similar concernsInvolves general matters of project configuration, health, maintenance, and similar concernscontributors welcomeHelp with this would be appreciatedHelp with this would be appreciated
Type
Projects
Status
No status
Describe the issue
The Bazel configuration files do no install the Python requirements, which means it's up to the user to do
pip install requirements.txtanddev-requirements.txtprior to running Bazel commands. If they don't, they may get an unobvious error message such as this:We need to make qsim's Bazel files use
rules_pythonand install the Python requirements.What version of qsim are you using?
0.22.0.dev0
How can the issue be reproduced?
No response