[Issue 18298] curl high level form wrapper

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 5 19:57:52 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18298

--- Comment #5 from Andre <andre at s-e-a-p.de> ---
(In reply to igor.khasilev from comment #4)
> Hello,
> 
> What you described is known and annoying problem with dub.
> 
> will the problem with requests fixed if I'll provide also Makefile in
> distribution, so that you can clone proper tag from github and run make?

Hello Igor,

that is really kind of you but unfortunately not possible in my scenario.
In full detail:

- I have my dub project in an internal enterprise github repository
- On every push to master branch a CI process (XMake) is triggered
- A d plugin for XMake will build my project using dub build in a standardized
way
- Within this build process, no connection to the internet (code.dlang.org) is
allowed to guarantee always the same build result
- Therefore all dependency needed to be included within a local path of the dub
project

I will check what is the current state of the dub issue. I would prefer a clean
straight forward solution. 

Kind regards
André

--


More information about the Digitalmars-d-bugs mailing list