You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up VirtualBox gitian VMs from scratch, and building the first dependency (boost-linux.yml) failed because of missing "g++".
apt-get install g++ into my base VM fixes it, but I think the .yml file (or maybe several of our gitian-descriptor .yml files) needs g++ as a required package.