Skip to content

Commit

Permalink
Remove lxcbr0 lines from gitian-build.sh
Browse files Browse the repository at this point in the history
Because it errors when building with lxc bitcoin/bitcoin#11391
  • Loading branch information
wjcloud committed Nov 26, 2017
1 parent 7f5f5cf commit 5c65da4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/gitian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c65da4

Please sign in to comment.