tonyespy / edgex-core-snap

This repository contains a prototype of EdgeX Foundry as a snap, and now should be considered **deprecated**, please see the official EdgeX Foundry main github project:
https://github.com/edgexfoundry/edgex-go
Apache License 2.0
5 stars 3 forks source link

Link all dependencies in the vendor folder to the custom go building environment. #2

Closed adglkh closed 6 years ago

adglkh commented 6 years ago

Leave a patch to create a bunch of soft link pointing to the custom go building environment.

tonyespy commented 6 years ago

Awesome. The only downside to this change is that "make bin" cross-compiles for all architectures. I recall seeing another mechanism to limit this, however we can make that change later.