msys2 / msys2-autobuild

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

Make the build dir path shorter #8

Closed lazka closed 4 years ago

lazka commented 4 years ago

It's currently D:\\a\\msys2-devtools\\msys2-devtools\\_tmp\\MINGW-packages which likely makes various builds fail because it results in too long paths.

1480c1 commented 4 years ago

I do know that rust packages sometimes might fail with 60 chars in the %CD% variable from cmd due to too long of a command line for ar.

I've limited the max chars to 32 in a project of mine to circumvent that for now

lazka commented 4 years ago

yeah, I think cargo-c is failing because of this, which is a rust package

lazka commented 4 years ago

cargo-c worked now.