msys2 / msys2-autobuild

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

Even shorted build path #71

Open lazka opened 1 year ago

lazka commented 1 year ago

https://github.com/msys2/MINGW-packages/pull/15147 might pass in CI if we copy the PKGBUILD etc to a really short path. Not ideal, but manually building things isn't fun.

See https://github.com/msys2/MINGW-packages/pull/15147

jeremyd2019 commented 1 year ago

Maybe subst would work? Especially after msys2/msys2-runtime@e3cb003bd735aeed8d1b6b249f150c794046afda. Not sure, haven't tried.

jeremyd2019 commented 1 year ago

quick and stupid subst test with CLANG64 qt6-static (msys2/MINGW-packages#15163 since I was already messing with it) seems to have worked: jeremyd2019/MINGW-packages@5a73943c36f5f5ae3b62ebf580c35ef49615e93a https://github.com/jeremyd2019/MINGW-packages/actions/runs/3963390776/jobs/6791159745

MehdiChinoune commented 1 year ago

I think we could do the same trick as https://github.com/msys2/MINGW-packages/pull/15166

lazka commented 1 year ago

I'll have a look later