Giter VIP home page Giter VIP logo

Comments (11)

bagder avatar bagder commented on July 17, 2024

Blah so the build process needs it. Grrr...

from libquic.

No9 avatar No9 commented on July 17, 2024

Yeah +1
But as I see it this is due to boringSSL.
There was a suggestion to replace boringSSL with openSSL but I believe this is non-trivial :(
Maybe talk to boringSSL about that or look to patch that build process?

from libquic.

bagder avatar bagder commented on July 17, 2024

Yeah, but I already built boringssl standalone separately (unrelated to this) and that didn't need go... I'll see if I can make a patch or something for this.

from libquic.

No9 avatar No9 commented on July 17, 2024

Cool because I only got as far as this go dep in boringSSL
https://github.com/devsisters/libquic/blob/master/boringssl/CMakeLists.txt#L7

Have you shared your goless boringSSL anywhere?

I also dont see a go dep in here
https://github.com/devsisters/libquic/blob/master/CMakeLists.txt

Am I missing something?

from libquic.

bagder avatar bagder commented on July 17, 2024

I build boringssl stand-alone without go from https://boringssl.googlesource.com/boringssl

The go check is at https://github.com/devsisters/libquic/blob/master/boringssl/CMakeLists.txt#L7 and if removed, it causes a build failure later when the crypto/err/*.go stuff are handled.

from libquic.

No9 avatar No9 commented on July 17, 2024

K so if we remove this https://github.com/devsisters/libquic/blob/master/CMakeLists.txt#L327 and put in the standalone boring are we closer to getting this?

from libquic.

bagder avatar bagder commented on July 17, 2024

yes we should be

from libquic.

No9 avatar No9 commented on July 17, 2024

:) This makes me happy

from libquic.

serialx avatar serialx commented on July 17, 2024

Yes, we intend to keep dependencies minimal, but the boringssl build requires Go.

BTW, how did you build a stand-alone boringssl without Go?

from libquic.

bagder avatar bagder commented on July 17, 2024

@serialx git clone, cmake, build! There is no go dependency in the build files in that repo, and that's why I was so surprised that libquic has one.

from libquic.

serialx avatar serialx commented on July 17, 2024

@bagder Interesting, since boringssl master also has Go dependency:

https://boringssl.googlesource.com/boringssl/+/master/CMakeLists.txt#7

I will look into this issue and try to remove Go requirement if we can. :)

Thanks!

from libquic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.