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

Update rules_python, and vendor requirements.bzl #197

Merged
merged 3 commits into from
Oct 4, 2023

Conversation

ericastor
Copy link
Collaborator

@ericastor ericastor commented Sep 27, 2023

The rules_python dependency has gotten out of date. We don't need any of the upgrades here, but since the way pip dependencies are managed has changed, this is blocking anyone using us from upgrading their own rules_python dependency.

To fix this, upgrade to the latest rules_python release, and update how pip dependencies are handled. Follows the recommended best-practices for vendoring the generated requirements.bzl.

@QuantamHD
Copy link
Collaborator

/gcbrun

Copy link
Member

@mithro mithro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI - This change is needed before I can land the OpenROAD update CL @ #196

@ericastor
Copy link
Collaborator Author

So - the tests run and pass locally for me. I'm not sure why the CI is failing, and can't seem to get the actual test log back out... If anyone knows how we can get the test log back out from the BuildBuddy run, that'd be EXTREMELY helpful.

@mithro mithro mentioned this pull request Oct 4, 2023
@mithro mithro force-pushed the update_rules_python branch from 2ede644 to 65f9b13 Compare October 4, 2023 17:53
@ericastor
Copy link
Collaborator Author

Found the problem - I was using a test that wasn't Bazel 5.4.0 compatible! Fixed.

@mithro mithro force-pushed the update_rules_python branch from 141ad27 to 03f9804 Compare October 4, 2023 18:57
Copy link
Member

@mithro mithro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works!

@mithro mithro merged commit 2d5d753 into hdl:main Oct 4, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants