This repository was archived by the owner on Mar 14, 2026. It is now read-only.
Commit 99edaf6
committed
fix(vehicle-routing): update Dockerfile for crates.io compatibility
- Update Rust version from 1.83 to 1.87 (required for solverforge-maps
which uses unsigned_is_multiple_of stabilized in 1.87)
- Add curl dependency for utoipa-swagger-ui build
- Remove Cargo.lock requirement (generated during build)
- Update comment to clarify crates.io dependency requirement
Note: Docker build currently blocked until solverforge 0.6.0+ is
published to crates.io - the app uses unreleased API features.
chore(progress): document vehicle-routing Docker build blocker
The vehicle-routing Docker image build is blocked due to local path
dependencies that aren't available in the Docker build context:
- solverforge crate not yet published to crates.io
- solverforge-maps crate not yet published to crates.io
The code uses unreleased API features (shadow variables, list planning
variables) that don't exist in any published version. Task will be
unblocked when solverforge 0.6.0+ is published.1 parent eab9d81 commit 99edaf6
3 files changed
Lines changed: 11 additions & 2873 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments