Aleksid1
Aleksid1
The problem occurs only with compilation under Rosetta 2 emulation for Terminal app (to compile for x86-64). I just checked again on another Intel Mac - no problem. Logs for...
Thanks for testing! Probably this issue will be fixed by dav1d team later. I'll use Intel Mac for compilation.
Many thanks for your quick response and great support! You're right. I'll try tomorrow.
Thanks for the advice with `export QUICKBUILD=1` I added this line to my .sh script before the makeimage command. Is there a way to determine which lib from the /scripts.d...
I tried to build an image for original scripts (not modified) and got this error: ``` => [layer-50-libjxl 2/3] RUN --mount=src=scripts.d/50-libjxl/45-lcms2.sh,dst=/stage.sh --mount=src=.cache/dow 1043.6s WARNING: local cache import at .cache/ghcr.io/btbn/ffmpeg-builds/win64-lgpl-shared-6.1_latest not...
I tried to makeimage without any changes in your scripts. Regrettably it fails: ``` " => [layer-50-onevpl 1/1] RUN --mount=src=scripts.d/50-onevpl.sh,dst=/stage.sh --mount=src=.cache/downloads/50 1469.8s => [layer-50-openh264 1/1] RUN --mount=src=scripts.d/50-openh264.sh,dst=/stage.sh --mount=src=.cache/download 1442.7s WARNING:...
Thanks for your support! I recently downloaded Docker for WSL2 from Microsoft Store. I'll try with native Ubuntu without WSL2.
I reinstalled Ubuntu 24.04 on WSL2 and installed docker from the console (not Docker Desktop). The same problem. Is it possible to disable use of cache for docker in your...
Thanks for your advice! I'll try again to build a custom build.
Many thanks for your advice! I successfully created a custom build for FFmpeg. I removed some unused libs (in scripts.d dir) to build a tiny FFmpeg custom build. My script:...