Skip to content

Downloading artifacts from Rust's CI #77

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

Closed
nikomatsakis opened this issue Mar 7, 2018 · 4 comments
Closed

Downloading artifacts from Rust's CI #77

nikomatsakis opened this issue Mar 7, 2018 · 4 comments
Labels
E-medium Difficulty: might require some prior knowledge or code reading

Comments

@nikomatsakis
Copy link
Contributor

There is an awesome utility by @kennytm with the short and pithy name rustup-toolchain-install-master. What this does is to download the artifacts produced by Rust's CI for a specific SHA1 -- this basically corresponds to the successful landing of some PR -- and then sets them up for your local use. (@kennytm -- does this include @bors try artifacts as well?) This is helpful when you want to examine the resulting build of a PR without doing the build yourself.

We should mention this tool somewhere, it's super useful!

@nikomatsakis
Copy link
Contributor Author

(This feels on topic, but maybe it'd be better for forge?)

@kennytm
Copy link
Member

kennytm commented Mar 7, 2018

does this include @bors try artifacts as well?

Yes, because try builds and normal builds are deployed into the same folder on S3. (But for sure try builds are only available for Linux x86_64.)

@mark-i-m mark-i-m added the E-help-wanted Call for participation: extra help is wanted label Mar 7, 2018
@mark-i-m
Copy link
Member

mark-i-m commented Mar 8, 2018

I think we might want to make a separate chapter on infrastructure and put bors, crater, CI, and this into that new chapter.

@mark-i-m mark-i-m added the E-medium Difficulty: might require some prior knowledge or code reading label Mar 16, 2018
@dwijnand
Copy link
Member

I think something short and sweet like #216 would already be very useful.

@mark-i-m mark-i-m removed the E-help-wanted Call for participation: extra help is wanted label Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-medium Difficulty: might require some prior knowledge or code reading
Projects
None yet
Development

No branches or pull requests

4 participants