-
Notifications
You must be signed in to change notification settings - Fork 70
Added Rust to the build image #136
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
Conversation
If there's anything I can do to help move this forward, don't hesitate to ask! |
Understood. |
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.
This looks good to me, with one small comment.
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.
Looks good to me! I added a small suggestion.
Co-authored-by: Manuel Kaufmann <[email protected]>
This will now build new images, we need to ship them to our builders before they are properly deployed. I will coordinate that on our side this week. |
Cool -- is there a good way for me to follow along with that?
…On Tue, Sep 1, 2020 at 7:10 PM Eric Holscher ***@***.***> wrote:
This will now build new images, we need to ship them to our builders
before they are properly deployed. I will coordinate that on our side this
week.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#136 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBGAT4L3UOBIZB6CJYTSDV5NHANCNFSM4QBY7HIA>
.
--
All that is necessary for evil to succeed is for good people to do nothing.
|
I cherry-picked the commits from this PR into Next deploy, we need to tell our script to pull down the newer images and it should download a new image for @alex what's your project slug/URL on Read the Docs? To use this image (called |
I just pulled down the image created by Docker Hub with
Seems it's working as expected 👍. I think we are ready to deploy it. |
Woooo! Thanks!
בתאריך יום ה׳, 3 בספט׳ 2020, 8:55, מאת Manuel Kaufmann <
[email protected]>:
… I just pulled down the image created by Docker Hub with docker pull
readthedocs/build:7.0 and run it locally:
▶ docker run --rm -it readthedocs/build:7.0 /bin/bash
***@***.***:/$ cargo --version
cargo 1.46.0 (149022b1d 2020-07-17)
***@***.***:/$
Seems it's working as expected 👍. I think we are ready to deploy it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#136 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBGEVVF6X27TJKZSIPTSD6G35ANCNFSM4QBY7HIA>
.
|
Hi @alex! This is already deployed. Can you confirm that it's working as you expected when using |
Yup, we've been using this for a few weeks. Works great, thank you!
בתאריך יום ב׳, 21 בספט׳ 2020, 11:20, מאת Manuel Kaufmann <
[email protected]>:
… Hi @alex <https://github.com/alex>! This is already deployed. Can you
confirm that it's working as you expected when using testing as build:
image in the config file?
https://docs.readthedocs.io/en/stable/config-file/v2.html#build Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#136 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBBIUURMAQO2OIDDCU3SG5VLLANCNFSM4QBY7HIA>
.
|
Excellent! Thanks! |
fixes #135