Commit 8f5333b
fix(ci): drop unused base64 dep + ensure Cargo.lock for e2e docker build
cargo machete flags base64 in axon-api as unused (only referenced in a
comment after the mutation-intent token signing landed); drop the dep.
Cargo.lock is .gitignored, so freshly-checked-out CI runners on cold
caches lack a lockfile when the e2e Docker build's COPY Cargo.lock step
runs. Generate one inside the e2e-postgres job when it is missing, after
Swatinem/rust-cache restore, so the docker build can hash the workspace.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cedf1e4 commit 8f5333b
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
129 | 134 | | |
130 | 135 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments