pg/rakelib
Lars Kanis e8db449c80 Avoid multiple downloads of postgresql and openssl sources
This happened in rake gem:windows because the downloads are defined as a rake task for each platform.
So the download was appended to the download task for every platform.
Now the download block is processed only once.

The code is borrowed from here:
b3dcbf69f1/lib/ruby_installer/build/utils.rb (L104-L144)
2022-02-22 21:35:42 +01:00
..
task_extension.rb Avoid multiple downloads of postgresql and openssl sources 2022-02-22 21:35:42 +01:00