-
Notifications
You must be signed in to change notification settings - Fork 35
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
28.1 breaks pex? #74
Comments
Thanks for the report! So yeah, I think these rules will need some updates for bazel >= 0.27. I have not had time to work on Bazel-related stuff for a while because work has had me busy with so many other things, but I would be happy to merge fixes if you or someone else can contribute them. |
I might have it pretty close but I cant figure out what I need to change this too.. native.http_file(
type 'struct' has no method http_file() I cant find any example of what I need to change this too. |
I think the So you can get it back with
|
I had tried that but it did not work while it was still in that function. What did make it work is moving that function, essentially, to the workspace file itself. Which does not seem right to me but it works. Now I am on to this error and need to sort it: import imp |
It may have broken before this version but I was trying out using pex and it seems like its broken. This is me cloning master and seeing if it works.
Starting local Bazel server and connecting to it...
ERROR: /home/tradergt/modules/bazel_rules_pex/pex/pex_rules.bzl:49:18: name 'FileType' is not defined
ERROR: error loading package '': Extension 'pex/pex_rules.bzl' has errors
ERROR: error loading package '': Extension 'pex/pex_rules.bzl' has errors
INFO: Elapsed time: 3.955s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
The text was updated successfully, but these errors were encountered: