-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add a dev label for nightly releases #52
Conversation
Thanks for tackling this. Updates to the dev branch would have to occur manually, correct? I don't suppose there's a way to point to date-coded nightly tarballs, is there? The builds are failing because the cryptographic digests of the tarballs have changed, which is going to be a perennial annoyance (but not a showstopper) if we have to point to ever-changing |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
We could download date-specific tarballs using the specific URLs pinpointed by https://github.com/rust-lang/rust-forge/blob/master/src/infra/channel-layout.md |
I could do that, if you agree |
I think so |
@andfoy If the date-specific tarballs don't mess up any other aspects of the build pipeline, I think it would be much better to point the feedstock at them. Relatedly, can we munge the nightly date code into the package build field so that people can easily see which version they're using? |
Sure! I'll update the recipe to point to the nightly of today
I think we can set the version to highlight the date, let me see more about in the conda-forge documentation |
I think we could encode the date as |
@pkgw I think that the versioning did work indeed |
…da-forge-pinning 2020.04.28.13.02.26
I have created a new |
Thanks! @pkgw |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Fixes #31
This PR enables conda-forge to build nightly versions of Rust, however, this PR must be merged against a new branch
dev
according to CFEP-05. I would appreciate if any @conda-forge/rust maintainers could help creating that branch