mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 11:56:02 -04:00
Merge pull request #6263
c11e64fc
Gitian: Change lxc ip link (TheCharlatan)
This commit is contained in:
commit
179965c974
2 changed files with 5 additions and 5 deletions
|
@ -157,9 +157,9 @@ def main():
|
|||
elif not args.kvm:
|
||||
os.environ['USE_LXC'] = '1'
|
||||
if not 'GITIAN_HOST_IP' in os.environ.keys():
|
||||
os.environ['GITIAN_HOST_IP'] = '10.0.3.1'
|
||||
os.environ['GITIAN_HOST_IP'] = '10.0.2.2'
|
||||
if not 'LXC_GUEST_IP' in os.environ.keys():
|
||||
os.environ['LXC_GUEST_IP'] = '10.0.3.5'
|
||||
os.environ['LXC_GUEST_IP'] = '10.0.2.5'
|
||||
|
||||
# Disable MacOS build if no SDK found
|
||||
args.nomac = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue