wader / static-ffmpeg

Multi-arch docker image with ffmpeg/ffprobe binaries built as hardened static PIE binaries with no external dependencies
https://hub.docker.com/r/mwader/static-ffmpeg/
MIT License
255 stars 62 forks source link

Add rav1e test #490

Open wader opened 1 month ago

wader commented 1 month ago

Seems this might reproduces the rav1e segfault on amd64, weridly i think rav1e and amd64 works in other envs hmm

2024-07-30T10:19:23.2907023Z ERROR: failed to solve: process "/ffmpeg -f lavfi -i testsrc -c:v librav1e -t 100ms -f null -" did not complete successfully: exit code: 139
2024-07-30T10:19:35.3044603Z ##[error]buildx failed with: ERROR: failed to solve: process "/ffmpeg -f lavfi -i testsrc -c:v librav1e -t 100ms -f null -" did not complete successfully: exit code: 139
wader commented 1 month ago

Seems very related https://github.com/rust-lang/rust/issues/44322