Skip to content
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

Essay proposal - The Rust language build pipelines #1141

Merged
merged 13 commits into from
Apr 13, 2021
14 changes: 14 additions & 0 deletions contributions/essay/aronber-yannik/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# The rust language build pipeline

In this essay we would like to take the readers through a deep dive into how complex a buildpipe can be.
One of the larger open-source build pipelines is the rust programming language buildpipe,
with lots of buildtargets, advanced conditions and bots for building just what is needed for different events.
arxra marked this conversation as resolved.
Show resolved Hide resolved

## Contributors

- Aron Hansen Berggren
Email: [aronber@kth.se](mailto:aronber@kth.se)
Github: [arxra](https://github.com/arxra)
- Yannik Sander
Email: [yannik@kth.se](mailto:yannik@kth.se)
Github: [ysndr](https://github.com/ysndr)