-
Notifications
You must be signed in to change notification settings - Fork 302
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
Specify the 'downloads' directory #327
base: master
Are you sure you want to change the base?
Conversation
download_path = RubyInstaller::DOWNLOADS | ||
if compiler.knap_path | ||
download_path = "#{download_path}/#{compiler.knap_path}" | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you clean up the tabs in this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I modified the indent.
Thank you.
It looks promising! |
I'm in the middle of getting some other stuff together, so give me a couple days and I'll look at it more closely. =) |
And deal multi-toolchain dependent files properly
6bef2a1
to
85639d9
Compare
- OpenSSL, libffi, LibYAML, tcl, tk
* SourceForge has become unreliable lately
- 2.2.6 `make test-all`: https://gist.github.com/Azolo/b9a2a55ff2e94265de882ee7aec9c663 - 2.3.3 `make test-all`: https://gist.github.com/Azolo/6f661dfceddd1ef8580bfde0c79eccb1
And deal multi-toolchain dependent files properly
…nstaller into gl-multi-toolchain
may need updating the software versions. |
I added a way to specify the folder to place downloaded files.
You can share a "downloads" folder with multiple windows installer build instances
without copying from one instance to another.
rake DOWNLOADS="c:\downloads" # specify the folder to place downloaded files, absolute/relative
In addition above, I added the ability to handle dependency files
more properly in multi-toolchain.
Download a set of dependency files from distinguished URL path
and store them under the "downloads" sub-directory separately.
config/compilers/mingw64.rb is just a sample.
You'll fail in downloading the dependency files, since there aren't such files.
:knap_path value is used for separation.