mdimura / docker-mingw-arch

mingw-based build environment based on arch-linux. Easy cross-compilation for windows target.
MIT License
23 stars 10 forks source link

yay -S --noedit is no more valid #6

Closed SeeLook closed 3 years ago

SeeLook commented 3 years ago

Current yay doesn't support --noedit flag so README is misleading.

Still:

yay -S --noconfirm mingw-w64-fftw-bin mingw-w64-libogg mingw-w64-libvorbis-bin

Fails with: error: failed retrieving file under docker (gitlab)

mdimura commented 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
SeeLook commented 3 years ago

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