-
Notifications
You must be signed in to change notification settings - Fork 24
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
Generate bindings in xtasks, not in the build script #189
Comments
I'm glad you like xtask! I've been working on a libR-sys xtask for a while now... But I was attempting to see, if I could make a new feature with it. I'll post what I have later.. |
I would like to help work on this. What would we like the xtask ui to be like? If i understand correctly the xtask should be ran once per distro and R version. If a machine has more than one version of R available we can build bindings for all versions of R on that distro. We inherit the target from the machine running the xtask. Should it look something like |
I think a good initial interface, is the one that makes the environment variables of I don't think you can add versions. What you can do, is add Regarding I briefly experimented with what other features a |
This is inspired by extendr/extendr#611. I think this repository should also have xtasks.
There are mainly two motivations to separate the bindings generation from the compilation:
The text was updated successfully, but these errors were encountered: