-
Notifications
You must be signed in to change notification settings - Fork 11
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
How do I select a specific package version #14
Comments
Good question. Unfortunately, because Cygwin uses a rolling distribution, there are no good answers. Setup accepts But that's unreliable, because it won't work after the required version has been expired from the Cygwin package repository. The other method would be to pick a historical Cygwin snapshot from the Cygwin Time Machine, which has the version(s) you want, and specify the appropriate circa (timestamp) URL as the There's definitely a need for better documentation on this point, here, but also on the Cygwin website itself... |
Thanks for the info. =) I tried with |
After fixing my build issues I dedicated some time analyzing the setup.exe source:
|
Also interested in this if it is fixed yet 👀 |
Same here, would like gcc 13 from test... |
I am trying to build with cygwin (no mingw or msys2) in a windows-latest github runner.
In an attempt to fix build issues I want to try an older version of gcc but don't know how to select the package version.
Can you give me an example of how it is done and update the docs?
If the feature is not available, please add it.
The text was updated successfully, but these errors were encountered: