Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 337 Bytes

File metadata and controls

15 lines (12 loc) · 337 Bytes

Docker Rust Builder

A base docker image for building and testing the odyssey backend. Based on rustlang/nightly.

Features

Pre-installs the following utilities, useful for rust CI builds:

  • cargo-chef
  • cargo-sweep
  • cargo-tarpaulin
  • diesel_cli w/ postgres support
  • sqlx-cli w/ postgres support
  • sccache
  • mold
  • cmake