Closed arthurzenika closed 7 years ago
It's probably because you have old version of github.com/appc/spec in your go path. Build is using your gopath libs and then the vendor directory.
With an empty gopath it's working.
dgr's build is building some aci embedded in the program. it requires root to build it with good permissions and so the cleanup.
The build is not perfect, I'm still thinking about a cleaner solution #140 & #141
please reopen if you still have issues with new build system
sorry am a go newbie.
had some problems with go getting the dependencies (ended up getting some "manually"). Now stuck on the following :
ps. any reason in the clean.sh to have
sudo rm
instead ofrm
?