Commit 759e9c2
ci: force test build-cache recreation to fix stale MP3 MAD NIF
The test job restored a `_build/test` cache whose MP3 MAD decoder NIF
(.so) was built against an older docker_membrane base image. After the
image was updated the cached NIF no longer loads, causing every pipeline
test that uses Membrane.MP3.MAD.Decoder to crash with
UndefinedFunctionError on ...Native.Nif.unifex_create/0. `mix compile
--force` only forces Elixir recompilation, not the cached bundlex NIF.
Bump the test workflow's cache-version so deps and the build cache are
recreated, rebuilding the NIF against the current image.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 90484f3 commit 759e9c2
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments