-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support old Rust on R-universe builder (Rust 1.61 on ubuntu:jammy
)
#39
Conversation
ubuntu:jammy
)
@@ -10,6 +10,6 @@ name = "prqlr" | |||
[dependencies] | |||
extendr-api = { git = "https://github.com/extendr/extendr", rev = "f511254b1be180528a1711e4c87473966a1010d0" } | |||
# extendr-api = "0.3.1" | |||
prql-compiler = { git = "https://github.com/PRQL/prql", rev = "1b4217c01c590c51a3e80c8a11b28f78f109a110", default-features = false } | |||
prql-compiler = { git = "https://github.com/eitsupi/prql", rev = "996a783b56186c3711e065a5b347e6489155085e", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit is on PRQL/prql#1561
Unfortunately, it seems that cargo shipped with Rust 1.61 cannot refer to this commit unless the fork URL is specified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mistakenly thought I could only install from a fork, but that must have been because I had not yet pushed the commit to PR.
Updated by #40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, from playing around locally, it seems that Rust 1.61 sometimes installs this and sometimes doesn't, so it still seems basically correct that it can't......
Windows builds are failing, but this is obviously a different problem. (r-universe-org/help#219) |
Trying to fix #37 for R-universe.