msys2 / msys2-autobuild

🏭🏭🏭🏭🏭🏭🏭🏭
https://packages.msys2.org/queue
MIT License
35 stars 25 forks source link

Don't install VCS globally for building source packages #69

Closed lazka closed 1 year ago

lazka commented 1 year ago

The problem is that makepkg doesn't handle make dependencies when building source packages, so we have to install them manually before. We need to figure out how to install them and restore the previous state some other way.

MehdiChinoune commented 1 year ago

I think a good solution is to make a separate job mingw-src for building source packages (not under ucrt64).

lazka commented 1 year ago

thanks, yeah, that might be an easier fix in the short run

(in the long run it conflicts with https://github.com/msys2/msys2-autobuild/issues/57 which would build anything in every job)

lazka commented 1 year ago

done in 2ae439cd008239db, a9862b27c1dab2