Closed SeeLook closed 3 years ago
Thank you for spotting the --noedit
issue! The error you get is due to an incorrect source
URL in the PKGBUILD of the mingw-w64-libvorbis-bin
AUR package. You might need to contact its maintainer or fix it directly if you know the right URL.
Without libvorbis, the command actually works:
yay -S --noconfirm mingw-w64-fftw-bin mingw-w64-libogg
Thank You for quick response and the clue. And for docker in the first place... I got it working that way:
before_script:
- yay -S --noconfirm --noprogressbar --needed aur/mingw-w64-fftw-bin aur/mingw-w64-libogg aur/mingw-w64-libvorbis
Current yay doesn't support --noedit flag so README is misleading.
Still:
Fails with: error: failed retrieving file under docker (gitlab)