ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
441 stars 166 forks source link

Fix/appveyor sputnikvm ffi #686

Closed whilei closed 5 years ago

whilei commented 5 years ago

problem: Windows builds failing on master b/c sputnikvm-ffi not able to compile. Likely related to issues around #675 .

solution here: Build from w/in vendor/ dir instead of go/.../ETCDEVTeam/sputnikvm-ffi/ to allow build to be determined by dep version control instead of sputnikvm-ffi master.