-
Notifications
You must be signed in to change notification settings - Fork 803
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
Trouble downloading StrawberryPerl64 package means build fails #3253
Comments
Yeah unfortunately this is very common.
|
Is there somewhere the story why we need this big package @forki? |
It's used to run tests. Why do you ask? |
cc @vasily-kirichenko |
Yes we could refactor the tests to use f#. @enricosada started a long time ago. Don't know status. |
Thanks @forki. So I asume @dsyme was fine with this too, right? |
Don't underestimate the amount of work |
@forki Do we have a seperate issue for this? Should I open one to stop spamming here with details? |
Go through @enricosada's pull request history. Must be somewhere
|
for For fsharpqa i need to finish the PR, is closed until i have time to finish it, but was like 80 test not passing of 2900, and some refactoring needed to address feedback on how integrate it better. #872 |
I'd love to get rid of the dependence on Perl in that test suite. But yes, it's an annoyingly large job. |
I think the core issue here was a NuGet server problem that was resolved. I haven't run into the issue with downloading the package for a very long time. It's a separate issue to remove the dependency altogether, but at least it seems to always download 🙃 |
is a frustrating experience :)
From https://github.com/Microsoft/visualfsharp/blob/master/DEVGUIDE.md I installed the dependencies, cloned the repository and run
build.cmd
:or sometimes
Please provide a succinct description of the issue.
Expected behavior
Non-Error message? Successful Build?
Actual behavior
See error above.
Known workarounds
@forki told me to
git clean -xdf
but I tried several times and I gave up now.I downloaded the package manually via NuGet website (which was giving 504 errors as well). But eventually the manual download worked and I copied it to the Cache folder (
C:\Users\matth\AppData\Local\NuGet\Cache
) manually.So I guess this is a NuGet server bug? Will open an issue there as well...
Related information
Provide any related information
The text was updated successfully, but these errors were encountered: