You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I'm reading of the documentation, you can only download one thing. And if you want to download extra artefacts, thats not natively possible, unless you put them into the one download url and it downloaded them all at once (not ideal)
I thought omnibus might help, but thats more like creating a package of packages right?
The text was updated successfully, but these errors were encountered:
Sorry, there is no support for downloading multiple sources at the moment. 😞
You can download the additional sources in the build method via something like safesystem("curl http://...") and extract them in a similar way before building the software. Hope that helps.
So, I'm basically seeing how to to create a packaged version of nginx with various external modules included.
For example, following these instructions: https://developers.google.com/speed/pagespeed/module/build_ngx_pagespeed_from_source
From what I'm reading of the documentation, you can only download one thing. And if you want to download extra artefacts, thats not natively possible, unless you put them into the one download url and it downloaded them all at once (not ideal)
I thought omnibus might help, but thats more like creating a package of packages right?
The text was updated successfully, but these errors were encountered: