GitLab CI and Distributed Builds
From idea to production with Python, Rust and GitLab CI

From idea to production with Python, Rust and GitLab CI

11/15/2019 · Sara Kassabian

What this post added

This post details the integration of Python and Rust within a GitLab CI pipeline for building and deploying an application. It covers configuring the development environment with Rustup, Pipenv, and CPython/Py03 bindings. It also describes the process of structuring the project, writing Rust and Python code, and troubleshooting the interaction between the two languages. Finally, it explains how to Dockerize the application and set up a CI/CD pipeline for deployment.

Read the original post ↗