Update deploy.py to the new libtock.

This commit is contained in:
Guillaume Endignoux
2020-07-10 10:41:01 +02:00
parent 3c5e0c9cf1
commit 58e2f1211c

View File

@@ -373,6 +373,7 @@ class OpenSKInstaller:
]
env = os.environ.copy()
env["RUSTFLAGS"] = " ".join(rust_flags)
env["APP_HEAP_SIZE"] = str(APP_HEAP_SIZE)
command = [
"cargo", "build", "--release", "--target={}".format(props.arch),