-
Notifications
You must be signed in to change notification settings - Fork 990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] 'Paths don't have the same drive' error when testing the package on Windows with Conan 2.0.3 #13606
Comments
Also no error on any of the Conan macOS or Linux GitHub Actions BTW, I've been using |
I have the same problem with Command
|
Thanks very much @ssrobins and @igormironchik for reporting. This was indeed a bug introduced by 2.0.3, some code didn't take into account the possibility of different drives in Windows. |
Environment details
Steps to reproduce
git clone https://github.com/ssrobins/conan-recipes.git
git checkout conan_paths_error
cd conan-recipes
py recipes/zlib/conan.py windows
Then I get this error during the
test packages
part:Logs
I could not reproduce it on my local Windows machine so I've included the GitHub Actions runner log, where it was reproducible 100% of the time with Conan 2.0.3, but worked fine for 2.0.2. I found this late in the day and wasn't able to dig deeper into root cause or any workarounds. If it's not immediately apparent, I'm happy to continue the investigation tomorrow.
The text was updated successfully, but these errors were encountered: