Browse Source

Remove lxcbr0 lines from gitian-build.sh

0.16
MeshCollider 7 years ago
parent
commit
8849130415
  1. 2
      contrib/gitian-build.sh

2
contrib/gitian-build.sh

@ -179,8 +179,6 @@ done @@ -179,8 +179,6 @@ done
if [[ $lxc = true ]]
then
export USE_LXC=1
export LXC_BRIDGE=lxcbr0
sudo ifconfig lxcbr0 up 10.0.2.2
fi
# Check for OSX SDK

Loading…
Cancel
Save