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

use bazel-runfiles instead of accessing runfiles from rules_python #86

Merged

Conversation

shabanzd
Copy link
Contributor

@shabanzd shabanzd commented Nov 19, 2023

What changed?
The runfiles lib is being accessed as a pip dependency rather than as part of the rules_python.

Why is this good?
This change will hopefully allow rules_appimage to be usable from a WORKSPACE.bzlmod of a project with bzlmod enabled. I am not 100% sure about this theory, but there is no harm in this change IMO. As soon as this change is merged, I will try the new version and verify that rules_appimage works in a project when listed in a WORKSPACE.bzlmod

Copy link
Owner

@lalten lalten left a comment

Choose a reason for hiding this comment

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

great stuff, TIL about the bazel-runfiles pip package!

@lalten lalten merged commit 3903a86 into lalten:main Nov 20, 2023
25 checks passed
@lalten lalten mentioned this pull request Dec 16, 2023
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.

2 participants