Skip to content

Commit

Permalink
Compile near in nodocker mode (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenwang1996 authored and ilblackdragon committed Nov 10, 2019
1 parent 9f8bedb commit 88f1c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/nodelib.py
Expand Up @@ -275,6 +275,7 @@ def start_stakewars(home, is_release, nodocker, image, telemetry_url, verbose):
if nodocker:
install_cargo()
compile_package('genesis-csv-to-json', is_release)
compile_package('near', is_release)
else:
try:
subprocess.check_output(['docker', 'pull', image])
Expand Down

0 comments on commit 88f1c5c

Please sign in to comment.