opendevstack / ods-quickstarters

Contains project quickstarters (boilerplates) for Nginx, Go, Java (Spring Boot), Python (Flask), Rust (Axum), Scala (Play), TypeScript (Express), Angular, Ionic, Jupyter, RShiny - all including CI/CD integration & Jenkins build agents
Apache License 2.0
26 stars 39 forks source link

rust quickstarter jenkins agent with fixed versions on cargo tools in use #988

Closed gerardcl closed 6 months ago

gerardcl commented 6 months ago

Is your feature request related to a problem? Please describe. Current approach is to always install latest versions of the cargo tools for CICD we make use of, and that is not consistent.

Describe the solution you'd like Specify the versions to use and download the binaries instead of compiling.

Describe alternatives you've considered To compile based on --version flag.

Additional context N/A